Skip to content

Commit

Permalink
added additional suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Jan 14, 2025
1 parent 29f141a commit 5ce0d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nohttp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<suppress files="test[\\/]est.+" checks="NoHttp"/>

<!-- Suppress warnings in certificates, signatures, configs and emails for testing -->
<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"/>
<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"/>

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

0 comments on commit 5ce0d4d

Please sign in to comment.