We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a40c6 commit dafe146Copy full SHA for dafe146
.golangci.reference.yml
@@ -851,6 +851,7 @@ linters-settings:
851
- G504 # Import blocklist: net/http/cgi
852
- G505 # Import blocklist: crypto/sha1
853
- G601 # Implicit memory aliasing of items from a range statement
854
+ - G602 # Slice access out of bounds
855
856
# To specify a set of rules to explicitly exclude.
857
# Available rules: https://github.com/securego/gosec#available-rules
@@ -890,6 +891,7 @@ linters-settings:
890
891
892
893
894
895
896
# Exclude generated files
897
# Default: false
0 commit comments