Skip to content

Commit 5ce0d4d

Browse files
committed
added additional suppressions
1 parent 29f141a commit 5ce0d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nohttp/suppressions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<suppress files="test[\\/]est.+" checks="NoHttp"/>
99

1010
<!-- Suppress warnings in certificates, signatures, configs and emails for testing -->
11-
<suppress files=".+\.(?:bin|cer|cnf|crt|dsa|eml|ers|gen|gpg|jar|key|kbx|message|p12|pem|pub|rsa|sec|sig|tmpl|tsr|txt)$" checks="NoHttp"/>
11+
<suppress files=".+\.(?:asc|bin|cer|cnf|crt|dsa|eml|ers|gen|gpg|jar|key|kbx|message|p12|pem|pub|rsa|sec|sig|tmpl|tsr|txt)$" checks="NoHttp"/>
1212

1313
<!-- This tests server doesn't seem to support HTTPS -->
1414
<suppress message="http://testrfc7030.com/" checks="NoHttp"/>

0 commit comments

Comments
 (0)