Increase FileLength limit because of SelectBase

This commit is contained in:
Timo Westkämper 2015-10-07 22:02:08 +03:00
parent 76c3cd3fa7
commit 757a2d1239

View File

@ -7,8 +7,9 @@
<property name="charset" value="UTF-8"/>
<property name="fileExtensions" value="java, properties, xml"/>
<!-- maximum file length 2000 lines -->
<module name="FileLength"/>
<module name="FileLength">
<property name="max" value="2500"/>
</module>
<!-- check that there are no tab characters in the file -->
<module name="FileTabCharacter">