mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 18:24:57 +08:00
remove lint exception no longer required
This commit is contained in:
committed by
Mike Farah
parent
18972b290a
commit
072491c656
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user