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 8a7fb7c commit e9b69f4Copy full SHA for e9b69f4
.golangci.toml
@@ -74,7 +74,7 @@ excludes = [
74
75
[linters-settings.govet]
76
enable-all = true
77
-disable = "shadow"
+disable = ["shadow"]
78
79
[linters-settings.lll]
80
line-length = 120
0 commit comments