Skip to content

Commit cb491d2

Browse files
Knut Anders Hatlentrondn
authored andcommitted
Added checkstyle rule that warns about tabs in the code
1 parent 3733e9d commit cb491d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checkstyle/style.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<property name="headerFile" value="checkstyle/fileheader.txt"/>
99
</module>
1010
<module name="FileLength"/>
11+
<module name="FileTabCharacter"/>
1112
<module name="TreeWalker">
1213
<module name="AvoidStarImport"/>
1314
<module name="RedundantImport"/>

0 commit comments

Comments
 (0)