Skip to content

Commit f4f935e

Browse files
committed
chore: remove doc
1 parent 110f08a commit f4f935e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.golangci.next.reference.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ linters-settings:
876876
- G404 # Insecure random number source (rand)
877877
- G405 # Detect the usage of DES or RC4
878878
- G406 # Detect the usage of MD4 or RIPEMD160
879-
- G407 # Detect the usage of hardcoded Initialization Vector(IV)/Nonce
880879
- G501 # Import blocklist: crypto/md5
881880
- G502 # Import blocklist: crypto/des
882881
- G503 # Import blocklist: crypto/rc4
@@ -922,7 +921,6 @@ linters-settings:
922921
- G404 # Insecure random number source (rand)
923922
- G405 # Detect the usage of DES or RC4
924923
- G406 # Detect the usage of MD4 or RIPEMD160
925-
- G407 # Detect the usage of hardcoded Initialization Vector(IV)/Nonce
926924
- G501 # Import blocklist: crypto/md5
927925
- G502 # Import blocklist: crypto/des
928926
- G503 # Import blocklist: crypto/rc4

jsonschema/golangci.next.jsonschema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
"G404",
156156
"G405",
157157
"G406",
158-
"G407",
159158
"G501",
160159
"G502",
161160
"G503",

0 commit comments

Comments
 (0)