Skip to content

Commit

Permalink
add new exception for new PMD rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jscancella committed Jul 22, 2020
1 parent f9e3ee4 commit aa1cce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/pmd/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
</rule>
<rule ref="category/java/errorprone.xml">
<exclude name="DataflowAnomalyAnalysis"/> <!-- Has a bug that doesn't recognize variables created in for-each loops and others that are valid. -->
<exclude name="InvalidLogMessageFormat"/> <!-- Doesn't recognize message bundles -->
</rule>
<rule ref="category/java/multithreading.xml">
</rule>
Expand Down

0 comments on commit aa1cce5

Please sign in to comment.