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.
1 parent 3487bb2 commit 0e64847Copy full SHA for 0e64847
1 file changed
.golangci.yml
@@ -45,6 +45,9 @@ linters:
45
- linters:
46
- revive
47
text: ' and that stutters;'
48
+ - linters:
49
+ - revive
50
+ text: "var-naming: avoid meaningless package names"
51
- path: (.+)_test\.go
52
text: 'dot-imports: should not use dot imports'
53
0 commit comments