We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2383fbe + 8876b68 commit 0a162a9Copy full SHA for 0a162a9
hack/golangci-hints.yaml
@@ -84,6 +84,7 @@ linters:
84
- ginkgolinter
85
- gocritic
86
- govet
87
+ - errorlint
88
- ineffassign
89
- logcheck
90
- revive
hack/golangci.yaml.in
@@ -140,6 +140,9 @@ linters:
140
141
142
143
+ {{- if .Hints}}
144
145
+ {{- end}}
146
147
148
0 commit comments