Skip to content

Commit 4b8d0f1

Browse files
committed
Enable checkstyle
1 parent 538b8d1 commit 4b8d0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2786,7 +2786,7 @@
27862786
<artifactId>maven-checkstyle-plugin</artifactId>
27872787
<version>3.1.0</version>
27882788
<configuration>
2789-
<failOnViolation>false</failOnViolation>
2789+
<failOnViolation>true</failOnViolation>
27902790
<includeTestSourceDirectory>true</includeTestSourceDirectory>
27912791
<sourceDirectories>
27922792
<directory>${basedir}/src/main/java</directory>

0 commit comments

Comments
 (0)