Skip to content

Commit 7531efb

Browse files
committed
Check tabs only in Java files
We have JSON test configuration files which contain tabs on purpose.
1 parent c08dd17 commit 7531efb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

checkstyle.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
55
<module name="Checker">
66
<property name="localeLanguage" value="en"/>
7-
8-
<module name="FileTabCharacter"/>
7+
8+
<module name="FileTabCharacter">
9+
<property name="fileExtensions" value="java"/>
10+
</module>
911

1012
<module name="TreeWalker">
1113

0 commit comments

Comments
 (0)