Skip to content

Commit 784d7f3

Browse files
authored
[*] ignore revive linter var-naming warning for api package (#738)
1 parent 6fd55c8 commit 784d7f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ 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:
23+
- revive
2024
paths:
2125
- third_party$
2226
- builtin$

0 commit comments

Comments
 (0)