chore: exclude errcheck linter from test files

Test files often ignore error returns for brevity and clarity,
especially for cleanup operations that don't affect test outcomes.
This commit is contained in:
Jeffrey Paul 2025-07-09 06:18:52 -07:00
parent 11e43542cf
commit 6e01ae6002

View File

@ -86,6 +86,7 @@ issues:
- gochecknoglobals
- mnd
- unparam
- errcheck
# Allow long lines in generated code or test data
- path: ".*_gen\\.go"