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 38df347 commit 82cef9fCopy full SHA for 82cef9f
config/nohttp/suppressions.xml
@@ -5,6 +5,7 @@
5
<!-- ignore intellij out directory and out directory -->
6
<suppress files="out.+" checks="NoHttp"/>
7
<suppress files="(core|pg|pkix|prov|tls|util)[\\/]build.+" checks="NoHttp"/>
8
+ <suppress files="test[\\/]est.+" checks="NoHttp"/>
9
10
<!-- Suppress warnings in certificates, signatures, configs and emails for testing -->
11
<suppress files=".+\.(?:pem|crt|cer|eml|cnf|sig|message)$" checks="NoHttp"/>
0 commit comments