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
1 changed files with 1 additions and 4 deletions

View File

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