Cool! Used the ignoreFormat property to fix up checkstyle errors. Very nice.

This commit is contained in:
Oliver Burn 2002-12-06 23:56:37 +00:00
parent 6580a8e40e
commit d287d70b77
1 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,11 @@
<property name="checkUnusedThrows" value="true"/>
</config>
<config name="JavadocVariableCheck"/>
<config name="LineLengthCheck"/>
<config name="LineLengthCheck">
<property name="ignorePattern" value="^ *\* *[^ ]+$"/>
</config>
<config name="LocalFinalVariableNameCheck"/>
<config name="LocalVariableNameCheck"/>
<config name="MemberNameCheck">