Skip to content

Commit

Permalink
HSEARCH-4178 Use settings that can be overridden from the commandline…
Browse files Browse the repository at this point in the history
… in checkstyle

failsOnError cannot be overridden, for some reason.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere committed Mar 2, 2021
1 parent 2f863ee commit 2378fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -1524,8 +1524,8 @@
<configuration>
<!-- Location is relative to the classpath -->
<configLocation>checkstyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
<violationSeverity>error</violationSeverity>
<includeTestResources>true</includeTestResources>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
Expand Down

0 comments on commit 2378fa8

Please sign in to comment.