Skip to content

Commit

Permalink
Fix a wrong node
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Nov 9, 2018
1 parent 299da11 commit 6104ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/src/main/resources/pmd/conf-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
<exclude name="ModifiedCyclomaticComplexity" />
<exclude name="NcssCount" />
<exclude name="ExcessiveImports" />
<exclude name="ExcessiveMethodLength">
<rule name="ExcessiveMethodLength">
<properties>
<property name="IgnoreJUnitCompletely" value="true" />
</properties>
</exclude>
</rule>
<exclude name="LawOfDemeter" />
<exclude name="LoosePackageCoupling" />
<exclude name="ImmutableField" />
Expand Down

0 comments on commit 6104ac3

Please sign in to comment.