Checkstyle doesn't break the build

This commit is contained in:
Marcin Grzejszczak
2018-09-30 18:36:24 +02:00
parent 37b3508c53
commit 88a07f4865
6 changed files with 6 additions and 2 deletions

View File

@@ -321,9 +321,13 @@ limitations under the License.
<phase>validate</phase>
<configuration>
<skip>${disable.checks}</skip>
<configLocation>/checkstyle.xml</configLocation>
<suppressionsLocation>/checkstyle-supressions.xml</suppressionsLocation>
<configLocation>/checkstyle/checkstyle.xml</configLocation>
<suppressionsLocation>/checkstyle/checkstyle-supressions.xml</suppressionsLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<!-- TODO: Turn this on one day -->
<failOnViolation>false</failOnViolation>
<failsOnError>false</failsOnError>
<consoleOutput>true</consoleOutput>
</configuration>
<goals>
<goal>check</goal>