mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Use FileTagCharacter checkstyle module to check for tabs in source code
instead of RegexpSingleline.
This commit is contained in:
parent
60db42e2f4
commit
5e1c3c7aa5
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue