Skip to content

Commit f6f3568

Browse files
authored
[*] suppress golangci-lint var naming warnings (#1196)
1 parent bd4146f commit f6f3568

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ linters:
2222
text: SA5008 # duplicate struct tag "choice" (staticcheck)
2323
- path: (.+)\.go$
2424
text: QF1001 # could apply De Morgan's law
25-
- path: api/
26-
text: "var-naming: avoid meaningless package names"
27-
linters:
25+
- linters:
2826
- revive
27+
text: "var-naming: avoid"
2928
paths:
3029
- third_party$
3130
- builtin$

0 commit comments

Comments
 (0)