Skip to content

Commit

Permalink
checkstyle (failOnViolation=true)
Browse files Browse the repository at this point in the history
  • Loading branch information
ningpp committed Aug 4, 2024
1 parent 67ea746 commit 44ec143
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 @@ -404,7 +404,7 @@
<configuration>
<configLocation>checkstyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
<failOnViolation>false</failOnViolation>
<failOnViolation>true</failOnViolation>
<includeResources>false</includeResources>
<includeTestResources>false</includeTestResources>
<includeTestSourceDirectory>false</includeTestSourceDirectory>
Expand Down

0 comments on commit 44ec143

Please sign in to comment.