Skip to content

Commit

Permalink
Skip CPD analysis for BOM and JMH modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Jul 5, 2024
1 parent 15460de commit 4301737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions commons-rng-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<!-- Disable unused plugins -->
<animal.sniffer.skip>true</animal.sniffer.skip>
<pmd.skip>true</pmd.skip>
<cpd.skip>true</cpd.skip>
<spotbugs.skip>true</spotbugs.skip>
<checkstyle.skip>true</checkstyle.skip>
<changes.jira.skip>true</changes.jira.skip>
Expand Down
1 change: 1 addition & 0 deletions commons-rng-examples/examples-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<project.mainClass>org.openjdk.jmh.Main</project.mainClass>
<!-- Disable analysis for benchmarking code. -->
<pmd.skip>true</pmd.skip>
<cpd.skip>true</cpd.skip>
<spotbugs.skip>true</spotbugs.skip>

<!-- Skip tests. This avoids the lengthy test of the ziggurat samplers. Override using:
Expand Down

0 comments on commit 4301737

Please sign in to comment.