summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-10-18 16:27:38 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-10-18 16:27:38 (GMT)
commite1ab207943693a5d7c31d103f538f6c859c436ff (patch)
treedbc5740fdb7cb17d304e08993c4d2b201a95f12e /pmd-ruleset.xml
parentb929d80743dca78406f0fb338175c90590a4ed67 (diff)
downloadstroke-e1ab207943693a5d7c31d103f538f6c859c436ff.zip
stroke-e1ab207943693a5d7c31d103f538f6c859c436ff.tar.bz2
And more cleanup
Change-Id: I49cf4cba01452b291655dfccdc134180270c1ff3
Diffstat (limited to 'pmd-ruleset.xml')
-rw-r--r--pmd-ruleset.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pmd-ruleset.xml b/pmd-ruleset.xml
index b7bcf01..2442561 100644
--- a/pmd-ruleset.xml
+++ b/pmd-ruleset.xml
@@ -45,6 +45,7 @@
<rule ref="rulesets/java/naming.xml">
<exclude name="ShortVariable"/>
<exclude name="ShortMethodName"/>
+ <exclude name="ShortClassName"/>
<exclude name="LongVariable"/>
<exclude name="AvoidFieldNameMatchingTypeName"/>
<exclude name="AbstractNaming"/>