add staticcheck linter

This commit is contained in:
2026-02-15 12:46:05 +00:00
parent 9bc4d21739
commit b6b64781ed
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ run:
go: '1.24'
linters:
disable: [dupl, errcheck, goconst, godot, staticcheck, predeclared]
disable: [dupl, errcheck, goconst, godot]
enable:
# Default enabled linters
- errcheck # Check for unchecked errors