added check for tab characters
This commit is contained in:
parent
e3c72076fd
commit
333be33007
|
|
@ -104,11 +104,14 @@
|
|||
<!-- flag reminder comments -->
|
||||
<module name="TodoComment"/>
|
||||
|
||||
<!-- length limits -->
|
||||
<!-- enforce default length limits -->
|
||||
<module name="LineLength"/>
|
||||
<module name="MethodLength"/>
|
||||
<module name="FileLength"/>
|
||||
|
||||
<!-- don't allow tabs -->
|
||||
<module name="TabCharacter"/>
|
||||
|
||||
</module>
|
||||
|
||||
<!-- enforce package documentation -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue