remove lint exception no longer required

This commit is contained in:
Marco Vito Moscaritolo 2024-11-11 14:03:08 +01:00 committed by Mike Farah
parent 18972b290a
commit 072491c656

View File

@ -33,13 +33,6 @@ linters-settings:
desc: "replaced by io and os packages since Go 1.16: https://tip.golang.org/doc/go1.16#ioutil" desc: "replaced by io and os packages since Go 1.16: https://tip.golang.org/doc/go1.16#ioutil"
issues: issues:
exclude-rules: exclude-rules:
- linters:
- gosec
text: "Implicit memory aliasing in for loop."
path: _test\.go
- linters:
- revive
text: "unexported-return"
- linters: - linters:
- revive - revive
text: "var-naming" text: "var-naming"