Browse Source

Merge branch '5.8.x' into 6.2.x

pull/15518/head
Josh Cummings 1 year ago
parent
commit
8d43f1bd7d
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 @@
<property name="optional" value="true"/> <property name="optional" value="true"/>
</module> </module>
<module name="SuppressWithPlainTextCommentFilter"/> <module name="SuppressWithPlainTextCommentFilter"/>
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value=".*[\\/]node(_modules|js)[\\/].*$"/>
</module>
</module> </module>

Loading…
Cancel
Save