This commit is contained in:
Jeffrey Paul 2025-07-09 16:09:59 -07:00
parent 54fce0f187
commit 4e242c3491

View File

@ -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"