Browse Source

Make PMD ignore AvoidFinalLocalVariable rule, which would appear to suck balls


git-svn-id: http://svn.dmdirc.com/trunk@4294 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 years ago
parent
commit
0d1ac53ca4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      checkstyle/pmd_checks.xml

+ 1
- 0
checkstyle/pmd_checks.xml View File

@@ -15,6 +15,7 @@
15 15
                 <exclude name="OnlyOneReturn"/>
16 16
                 <exclude name="NullAssignment"/>
17 17
                 <exclude name="UnnecessaryConstructor"/>
18
+		<exclude name="AvoidFinalLocalVariable"/>
18 19
 	</rule>
19 20
 	<rule ref="rulesets/coupling.xml"/>
20 21
 	<rule ref="rulesets/design.xml"/>

Loading…
Cancel
Save