Ignore:
Timestamp:
2016-07-05T14:49:03+02:00 (9 years ago)
Author:
floscher
Message:

[mapillary] Update PMD to 5.5.0 and also check naming rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/.settings/pmd-ruleset.xml

    r32063 r32579  
    3131  <rule ref="rulesets/java/finalizers.xml"/>
    3232  <rule ref="rulesets/java/imports.xml"/>
     33  <rule ref="rulesets/java/naming.xml">
     34    <exclude name="ShortVariable"/>
     35    <exclude name="LongVariable"/>
     36    <exclude name="AbstractNaming"/>
     37  </rule>
    3338  <rule ref="rulesets/java/optimizations.xml">
    3439    <exclude name="LocalVariableCouldBeFinal" />
Note: See TracChangeset for help on using the changeset viewer.