Skip to content

Commit

Permalink
Merge pull request #194 from dickschoeller/fix-pmd-rule
Browse files Browse the repository at this point in the history
remove loose package coupling
  • Loading branch information
dickschoeller committed Feb 5, 2017
2 parents fabb161 + 90e77fd commit ff27963
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
<rule ref="rulesets/java/coupling.xml/CouplingBetweenObjects"/>
<rule ref="rulesets/java/coupling.xml/ExcessiveImports"/>
<rule ref="rulesets/java/coupling.xml/LooseCoupling"/>
<rule ref="rulesets/java/coupling.xml/LoosePackageCoupling"/>
<!-- Apparently this next one is broken -->
<!-- rule ref="rulesets/java/coupling.xml/LoosePackageCoupling"/ -->
<!-- I hate the Law of Demeter check!!! -->
<!-- rule ref="rulesets/java/coupling.xml/LawOfDemeter"/ -->
<!-- design -->
<rule ref="rulesets/java/design.xml/UseUtilityClass"/>
Expand Down

0 comments on commit ff27963

Please sign in to comment.