Skip to content

Commit

Permalink
Issue #5680: disable PMD rule UseProperClassLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
pbludov authored and romani committed Mar 18, 2019
1 parent 3cf73ed commit 9267d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@
<!-- We reuse Check instances between java files, we need to clear state of
class in beginTree() methods. -->
<exclude name="NullAssignment"/>
<!-- Till https://github.com/checkstyle/checkstyle/issues/5680 -->
<!-- We cannot change the class loader because it breaks the build.
See https://github.com/checkstyle/checkstyle/issues/5680 for details. -->
<exclude name="UseProperClassLoader"/>
</rule>
<rule ref="category/java/errorprone.xml/AvoidDuplicateLiterals">
Expand Down

0 comments on commit 9267d8e

Please sign in to comment.