Enable errcheck everywhere

This commit is contained in:
Denis Bilenko 2024-12-09 11:55:25 +01:00
parent b63be2d6f5
commit f94b50db63
1 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,3 @@ linters-settings:
replacement: 'any'
issues:
exclude-dirs-use-default: false # recommended by docs https://golangci-lint.run/usage/false-positives/
exclude-rules:
- path-except: (_test\.go|internal)
linters:
- errcheck