Skip to content

Commit 6c4ec4f

Browse files
committed
chore: clean
1 parent 7448dcd commit 6c4ec4f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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

jsonschema/golangci.jsonschema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@
157157
"G503",
158158
"G504",
159159
"G505",
160-
"G601",
161-
"G602"
160+
"G601"
162161
]
163162
},
164163
"govet-analyzers": {

0 commit comments

Comments
 (0)