Skip to content

Commit fd1ec64

Browse files
committed
scripts: rm underscores exceptions
1 parent 7c49069 commit fd1ec64

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/make/go-lint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ underscores() {
124124
-o -name '*_test.go' \
125125
-o -name '*_unix.go' \
126126
-o -name '*_windows.go' \
127-
-o -name '*_dnscrypt.go' \
128-
-o -name '*_https.go' \
129-
-o -name '*_quic.go' \
130-
-o -name '*_tcp.go' \
131-
-o -name '*_udp.go' \
132127
')' \
133128
-exec 'printf' '\t%s\n' '{}' ';'
134129
)"

0 commit comments

Comments
 (0)