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 0a904a0 commit 260ae1dCopy full SHA for 260ae1d
.golangci.yml
@@ -48,6 +48,9 @@ linters-settings:
48
indent-error-flow: true
49
gosec:
50
excludes:
51
+ # As of golangci-lint v1.60.3, this rule is still enabled by default, which causes problems.
52
+ # We disable it manually for now until a new golangci-lint version is released which fixes this.
53
+ # See https://github.com/securego/gosec/issues/1185
54
- G115
55
56
linters:
0 commit comments