Skip to content

Commit 5a1642f

Browse files
committed
Add [email protected] to soundness exemptions
1 parent 45684df commit 5a1642f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/soundness.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ for language in swift-or-c bash dtrace; do
7272
matching_files=( -name '*' )
7373
case "$language" in
7474
swift-or-c)
75-
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)
75+
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 [email protected] -o -name CNIOSHA1.h -o -name c_nio_sha1.c -o -name ifaddrs-android.c -o -name ifaddrs-android.h)
7676
matching_files=( -name '*.swift' -o -name '*.c' -o -name '*.h' )
7777
cat > "$tmp" <<"EOF"
7878
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)