Skip to content

Commit

Permalink
Skip spotbugs in JMH module
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed May 29, 2022
1 parent 46c59a1 commit b6c1ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commons-numbers-examples/examples-jmh/pom.xml
Expand Up @@ -105,6 +105,7 @@
<project.mainClass>org.openjdk.jmh.Main</project.mainClass>
<!-- Disable analysis for benchmarking code. -->
<pmd.skip>true</pmd.skip>
<spotbugs.skip>true</spotbugs.skip>
<!-- Disable JDK compatibility check for benchmarking code. Also required since no signature
projects exist for JDK 9+. -->
<animal.sniffer.skip>true</animal.sniffer.skip>
Expand Down

0 comments on commit b6c1ac9

Please sign in to comment.