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 6b326e0 commit 97bbf1cCopy full SHA for 97bbf1c
.golangci.yaml
@@ -6,6 +6,7 @@ linters-settings:
6
excludes:
7
- G402
8
- G106
9
+ - G115 # Potential integer overflow when converting between integer types
10
mnd:
11
ignored-functions:
12
- strings.SplitN
0 commit comments