1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-15 16:14:52 +02:00

Use FileTagCharacter checkstyle module to check for tabs in source code

instead of RegexpSingleline.
This commit is contained in:
Florian Schmaus 2019-05-08 13:50:30 +02:00
parent 60db42e2f4
commit 5e1c3c7aa5

View file

@ -39,10 +39,7 @@
<property name="format" value="^\s+$"/> <property name="format" value="^\s+$"/>
<property name="message" value="Line containing only whitespace character(s)"/> <property name="message" value="Line containing only whitespace character(s)"/>
</module> </module>
<module name="RegexpSingleline"> <module name="FileTabCharacter"/>
<property name="format" value="\t+"/>
<property name="message" value="Line containing tab character(s)"/>
</module>
<module name="RegexpSingleline"> <module name="RegexpSingleline">
<!-- <!--
Explaining the following Regex Explaining the following Regex