enable unparam linter

This commit is contained in:
2026-02-15 12:44:52 +00:00
parent 7a0d5c56e5
commit 9bc4d21739
7 changed files with 19 additions and 19 deletions

View File

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