Add java/errorprone/ComparisonWithNaN as new rule with 6.36.0

This commit is contained in:
Andreas Dangel
2021-06-24 08:52:30 +02:00
parent b71c1cf92e
commit 1c40424b74

View File

@ -11,4 +11,7 @@ This ruleset contains links to rules that are new in PMD v6.36.0
<rule ref="category/apex/performance.xml/AvoidDebugStatements" />
<rule ref="category/apex/errorprone.xml/InaccessibleAuraEnabledGetter" />
<!-- BadComparison was renamed to ComparisonWithNaN -->
<rule ref="category/java/errorprone.xml/ComparisonWithNaN" />
</ruleset>