Skip to content

Commit 7f050ac

Browse files
committed
chore: clean
1 parent 7448dcd commit 7f050ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.golangci.reference.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@ linters-settings:
874874
- G504 # Import blocklist: net/http/cgi
875875
- G505 # Import blocklist: crypto/sha1
876876
- G601 # Implicit memory aliasing of items from a range statement
877-
- G602 # Slice access out of bounds
878877

879878
# To specify a set of rules to explicitly exclude.
880879
# Available rules: https://github.com/securego/gosec#available-rules
@@ -914,7 +913,6 @@ linters-settings:
914913
- G504 # Import blocklist: net/http/cgi
915914
- G505 # Import blocklist: crypto/sha1
916915
- G601 # Implicit memory aliasing of items from a range statement
917-
- G602 # Slice access out of bounds
918916

919917
# Exclude generated files
920918
# Default: false

0 commit comments

Comments
 (0)