Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ignore PMD warnings/errors in the SMSD section
  • Loading branch information
egonw committed Sep 26, 2015
1 parent a427c56 commit 5ff1851
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -547,6 +547,9 @@
<rulesets>
<ruleset>/pmd/custom.xml</ruleset>
</rulesets>
<excludes>
<exclude>**/smsd/*.java</exclude>
</excludes>
<excludeRoots>
<excludeRoot>${basedir}/target/generated-sources/javacc</excludeRoot>
</excludeRoots>
Expand Down

0 comments on commit 5ff1851

Please sign in to comment.