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