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 7448dcd commit 7f050acCopy full SHA for 7f050ac
.golangci.reference.yml
@@ -874,7 +874,6 @@ linters-settings:
874
- G504 # Import blocklist: net/http/cgi
875
- G505 # Import blocklist: crypto/sha1
876
- G601 # Implicit memory aliasing of items from a range statement
877
- - G602 # Slice access out of bounds
878
879
# To specify a set of rules to explicitly exclude.
880
# Available rules: https://github.com/securego/gosec#available-rules
@@ -914,7 +913,6 @@ linters-settings:
914
913
915
916
917
918
919
# Exclude generated files
920
# Default: false
0 commit comments