Max the maximum size more lax. Peter Dobratz did an amazing job documenting

the token types. Ideally would like a way to fine grain the check
This commit is contained in:
Oliver Burn 2003-04-18 06:52:36 +00:00
parent b7f58129fa
commit c822fc497e
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@
<module name="EmptyBlock"/>
<module name="EmptyForIteratorPad"/>
<module name="EqualsHashCode"/>
<module name="FileLength"/>
<module name="FileLength">
<property name="max" value="2600"/>
</module>
<module name="Header">
<property name="headerFile" value="${checkstyle.header.file}"/>
</module>