We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331687a commit 3e1b02bCopy full SHA for 3e1b02b
.golangci.yml
@@ -36,3 +36,6 @@ linters-settings:
36
gocritic:
37
disabled-checks:
38
- ifElseChain # false positives (some if-else chains with "short ifs" look more cumbersome rewritten)
39
+ gosec:
40
+ excludes:
41
+ - G115 # https://dev.to/ccoveille/about-the-gosec-g115-drama-or-how-i-faced-back-integer-conversion-overflow-in-go-1302
0 commit comments