ソースを参照

Merge branch '6.3.x'

Josh Cummings 1 年間 前
コミット
d47e0d46b2
1 ファイル変更3 行追加0 行削除
  1. 3 0
      etc/nohttp/checkstyle.xml

+ 3 - 0
etc/nohttp/checkstyle.xml

@@ -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>