You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/02/22 12:27:58 UTC

[08/10] commons-rng git commit: Avoid warning from invalid rule (PMD).

Avoid warning from invalid rule (PMD).


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/14217515
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/14217515
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/14217515

Branch: refs/heads/master
Commit: 1421751589282c1b32b67abbf97be1237225cc8a
Parents: b01d0d1
Author: Gilles <er...@apache.org>
Authored: Thu Feb 22 13:23:34 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Thu Feb 22 13:23:34 2018 +0100

----------------------------------------------------------------------
 src/main/resources/pmd/pmd-ruleset.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/14217515/src/main/resources/pmd/pmd-ruleset.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/pmd/pmd-ruleset.xml b/src/main/resources/pmd/pmd-ruleset.xml
index 0db1c6e..2caa5cf 100644
--- a/src/main/resources/pmd/pmd-ruleset.xml
+++ b/src/main/resources/pmd/pmd-ruleset.xml
@@ -42,6 +42,7 @@
     <exclude name="TooManyMethods" />
     <exclude name="LawOfDemeter" />
     <exclude name="NcssCount" />
+     <exclude name="LoosePackageCoupling" />
   </rule>
   <rule ref="category/java/documentation.xml">
     <exclude name="CommentSize" />