Skip to content

Commit

Permalink
pom.xml: reduce max allowed checkstle violations
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Jan 24, 2025
1 parent 5cf46f0 commit e17787b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goobi-viewer-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<sonar.java.target>21</sonar.java.target>

<!-- Checkstyle -->
<checkstyle.max.violations>115</checkstyle.max.violations>
<checkstyle.max.violations>30</checkstyle.max.violations>
<skipCheckstyle>true</skipCheckstyle>

<!-- Manifest information -->
Expand Down

0 comments on commit e17787b

Please sign in to comment.