We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334aa21 commit 9e592a8Copy full SHA for 9e592a8
scripts/sanity.sh
@@ -44,7 +44,7 @@ for language in swift-or-c bash dtrace; do
44
matching_files=( -name '*' )
45
case "$language" in
46
swift-or-c)
47
- exceptions=( -name c_nio_http_parser.c -o -name c_nio_http_parser.h -o -name cpp_magic.h -o -name Package.swift -o -name CNIOSHA1.h -o -name c_nio_sha1.c -o -name ifaddrs-android.c -o -name ifaddrs-android.h)
+ exceptions=( -path '*Sources/CAsyncDNSResolver/c-ares/*' -o -name Package.swift)
48
matching_files=( -name '*.swift' -o -name '*.c' -o -name '*.h' )
49
cat > "$tmp" <<"EOF"
50
//===----------------------------------------------------------------------===//
0 commit comments