Skip to content

Commit 7e81a49

Browse files
authored
[*] suppress golangci-lint var naming warnings (#746)
1 parent a7f3a25 commit 7e81a49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.golangci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ linters:
1717
rules:
1818
- path: (.+)\.go$
1919
text: SA5008 # ignore staticcheck for go-flags
20-
- path: api/
21-
text: "var-naming: avoid meaningless package names"
22-
linters:
20+
- linters:
2321
- revive
22+
text: "var-naming: avoid"
2423
paths:
2524
- third_party$
2625
- builtin$

0 commit comments

Comments
 (0)