Skip to content

Commit

Permalink
Update Checkstyle, PMD and Spotbugs max allowed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorodanBrom committed Oct 6, 2023
1 parent 2e4c18f commit 919dcd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<version>1.12.0</version>
</plugin>
</plugins>
<maxAllowedViolations>117</maxAllowedViolations>
<maxAllowedViolations>63</maxAllowedViolations>
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
</configuration>
</plugin>
Expand Down Expand Up @@ -348,7 +348,7 @@
<failsOnError>true</failsOnError>
<configLocation>google_checks.xml</configLocation>
<violationSeverity>warning</violationSeverity>
<maxAllowedViolations>1384</maxAllowedViolations>
<maxAllowedViolations>183</maxAllowedViolations>
<sourceDirectories>
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
<!-- <sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory> -->
Expand All @@ -368,7 +368,7 @@
<ruleset>/category/java/errorprone.xml</ruleset>
</rulesets>
<printFailingErrors>true</printFailingErrors>
<maxAllowedViolations>622</maxAllowedViolations>
<maxAllowedViolations>333</maxAllowedViolations>
<excludeRoots>
<excludeRoot>target/generated-sources</excludeRoot>
</excludeRoots>
Expand Down

0 comments on commit 919dcd8

Please sign in to comment.