Skip to content

Commit

Permalink
minor: removes outdated rule from pmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Oct 21, 2022
1 parent 0bf102c commit 45a46c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sevntu-checks/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@
<exclude name="CompareObjectsWithEquals"/>
<!-- Too many false positives. -->
<exclude name="DataflowAnomalyAnalysis"/>
<!-- This rule does not have any option, unreasonable to use. -->
<exclude name="MissingBreakInSwitch"/>
<!-- We reuse Check instances between java files, we need to clear state of
class in beginTree() methods. -->
<exclude name="NullAssignment"/>
Expand Down

0 comments on commit 45a46c8

Please sign in to comment.