go 1.24
This commit is contained in:
parent
54fce0f187
commit
4e242c3491
@ -1,7 +1,8 @@
|
||||
version: "2"
|
||||
|
||||
run:
|
||||
go: "1.22"
|
||||
go: "1.24"
|
||||
tests: false
|
||||
|
||||
linters:
|
||||
enable:
|
||||
@ -80,13 +81,8 @@ issues:
|
||||
max-issues-per-linter: 0
|
||||
max-same-issues: 0
|
||||
exclude-rules:
|
||||
# Exclude some linters from running on tests files
|
||||
# Exclude all linters from running on test files
|
||||
- path: _test\.go
|
||||
linters:
|
||||
- gochecknoglobals
|
||||
- mnd
|
||||
- unparam
|
||||
- errcheck
|
||||
|
||||
# Allow long lines in generated code or test data
|
||||
- path: ".*_gen\\.go"
|
||||
|
Loading…
Reference in New Issue
Block a user