19 lines
869 B
XML
19 lines
869 B
XML
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
|
"https://www.puppycrawl.com/dtds/configuration_1_3.dtd">
|
|
<module name="Checker">
|
|
<property name="charset" value="UTF-8"/>
|
|
<property name="fileExtensions" value=""/>
|
|
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
|
|
<!-- Workaround for https://github.com/spring-io/nohttp/issues/55 -->
|
|
<property name="allowlistFileName" value="${config_loc}/allowlist.lines" default=""/>
|
|
</module>
|
|
<module name="SuppressionFilter">
|
|
<property name="file" value="${config_loc}/suppressions.xml" default=""/>
|
|
<property name="optional" value="true"/>
|
|
</module>
|
|
<module name="SuppressWithPlainTextCommentFilter"/>
|
|
<module name="BeforeExecutionExclusionFileFilter">
|
|
<property name="fileNamePattern" value=".*[\\/]node(_modules|js)[\\/].*$"/>
|
|
</module>
|
|
</module>
|