Explicitly linked checkstyle ruleset

This commit is contained in:
Marvin Scham
2023-05-23 01:34:07 +02:00
parent 08dc4e9245
commit 39115d9f0e
2 changed files with 201 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
<id>checkstyle-check</id>
<phase>verify</phase>
<configuration>
<configLocation>config/custom-checkstyle.xml</configLocation>
<failOnViolation>true</failOnViolation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>