Skip to content

Commit

Permalink
Disable failOnViolation of maven-checkstyle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Aug 8, 2024
1 parent 719c954 commit d55690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
<configLocation>checkstyles.xml</configLocation>
<consoleOutput>true</consoleOutput>
<violationSeverity>warning</violationSeverity>
<failOnViolation>true</failOnViolation>
<failOnViolation>false</failOnViolation>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
<skip>false</skip>
Expand Down

0 comments on commit d55690f

Please sign in to comment.