Browse Source

Suppress Node Files From Nohttp Analysis

Given that we have no control over the contents of
third-party code, it isn't helpful to have nohttp
generate errors for the usage of http:// in that code.
pull/15524/head
Josh Cummings 1 year ago
parent
commit
5cdcdc9bcb
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 3
      etc/nohttp/checkstyle.xml

3
etc/nohttp/checkstyle.xml

@ -12,4 +12,7 @@ @@ -12,4 +12,7 @@
<property name="optional" value="true"/>
</module>
<module name="SuppressWithPlainTextCommentFilter"/>
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value=".*[\\/]node(_modules|js)[\\/].*$"/>
</module>
</module>

Loading…
Cancel
Save