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 eec82d9 commit b3ee1ddCopy full SHA for b3ee1dd
.golangci.yml
@@ -33,6 +33,7 @@ linters-settings:
33
disabled-checks:
34
- "hugeParam"
35
govet:
36
- check-shadowing: true
+ enable:
37
+ - shadow
38
lll:
39
line-length: 200
0 commit comments