Skip to content

Commit 8f7a66d

Browse files
committed
Pull request 399: AGDNS-2823 Rename test files
Merge in GO/dnsproxy from AGDNS-2823-rename-tests to master Squashed commit of the following: commit d3ab025 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 10 20:56:44 2025 +0300 all: rename other commit fd1ec64 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 10 20:53:09 2025 +0300 scripts: rm underscores exceptions commit 7c49069 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 10 20:40:57 2025 +0300 all: rename test files
1 parent 970056b commit 8f7a66d

24 files changed

+0
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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)