Skip to content

Commit

Permalink
Merge pull request vincentbrison#15 from sewerk/update-gradle
Browse files Browse the repository at this point in the history
removing unknown PMD rules after gradle version upgrade
  • Loading branch information
vincentbrison committed Oct 5, 2015
2 parents d596de3 + fb257e5 commit c917db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions config/quality/pmd/pmd-ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@
<exclude-pattern>.*/R.java</exclude-pattern>
<exclude-pattern>.*/gen/.*</exclude-pattern>

<rule ref="rulesets/java/android.xml">
<!-- Config.LOGD deprecated in API level 4 !-->
<exclude name="ProtectLogD" />
<!-- Config.LOGV deprecated in API level 4 !-->
<exclude name="ProtectLogV" />
</rule>
<rule ref="rulesets/java/android.xml" />
<rule ref="rulesets/java/clone.xml" />
<rule ref="rulesets/java/finalizers.xml" />
<rule ref="rulesets/java/imports.xml">
Expand All @@ -44,7 +39,6 @@
<rule ref="rulesets/java/naming.xml">
<exclude name="AbstractNaming" />
<exclude name="LongVariable" />
<exclude name="LongMethodName" />
<exclude name="ShortMethodName" />
<exclude name="ShortVariable" />
<exclude name="VariableNamingConventions" />
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip

0 comments on commit c917db5

Please sign in to comment.