chore(deps): update pre-commit hook golangci/golangci-lint to v2 #254

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/golangci-golangci-lint-2.x into main 2025-03-24 13:42:43 +00:00
2 changed files with 21 additions and 2 deletions
Showing only changes of commit 466ba0f8db - Show all commits
+20 -1
View File
@@ -1,3 +1,22 @@
version: "2"
run:
allow-parallel-runners: true
timeout: 5m
linters:
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
paths:
- third_party$
- builtin$
- examples$
formatters:
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$
+1 -1
View File
@@ -36,6 +36,6 @@ repos:
- id: go-vet
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v1.64.8
rev: v2.0.0
hooks:
- id: golangci-lint