mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-22 18:16:14 +01:00
Add checkstyle check for tabs
This commit is contained in:
parent
4a4097e447
commit
5877ec3a22
@ -16,4 +16,9 @@
|
||||
<property name="fileExtensions" value="java"/>
|
||||
<property name="headerFile" value="checkstyle/header.txt"/>
|
||||
</module>
|
||||
|
||||
<!-- Check that files dont contain tabs -->
|
||||
<module name="FileTabCharacter">
|
||||
<property name="eachLine" value="true"/>
|
||||
</module>
|
||||
</module>
|
Loading…
Reference in New Issue
Block a user