Skip to content

Commit 85ef951

Browse files
committed
added block on bc-test-data
1 parent 663abdb commit 85ef951

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

config/checkstyle/checkstyle.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
<property name="fileExtensions" value="java, properties, xml, vm, g, g4, dtd"/>
1717

18+
<module name="BeforeExecutionExclusionFileFilter">
19+
<property name="fileNamePattern" value="bc\-test\-data[\\/]"/>
20+
</module>
21+
1822
<!-- Whitespace -->
1923
<module name="FileTabCharacter">
2024
<property name="eachLine" value="false"/>

config/nohttp/checkstyle.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<property name="charset" value="UTF-8"/>
55
<property name="fileExtensions" value=""/>
66

7+
<module name="BeforeExecutionExclusionFileFilter">
8+
<property name="fileNamePattern" value="bc\-test\-data[\\/]"/>
9+
</module>
10+
711
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
812
<property name="allowlistFileName" value="${nohttp.checkstyle.allowlistFileName}" default=""/>
913
</module>

0 commit comments

Comments
 (0)