We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
golangci-lint
1 parent bd4146f commit f6f3568Copy full SHA for f6f3568
1 file changed
.golangci.yml
@@ -22,10 +22,9 @@ linters:
22
text: SA5008 # duplicate struct tag "choice" (staticcheck)
23
- path: (.+)\.go$
24
text: QF1001 # could apply De Morgan's law
25
- - path: api/
26
- text: "var-naming: avoid meaningless package names"
27
- linters:
+ - linters:
28
- revive
+ text: "var-naming: avoid"
29
paths:
30
- third_party$
31
- builtin$
0 commit comments