Ensure checkstyle header file is referenced from parent POM (#1087)

Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
Co-authored-by: Artur Ciocanu <ciocanu@adobe.com>
This commit is contained in:
artur-ciocanu 2024-07-24 21:19:31 +03:00 committed by GitHub
parent a98327e7d9
commit 5618af5ed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,6 @@
<module name="RegexpHeader">
<property name="fileExtensions" value="java"/>
<property name="headerFile" value=".java_header"/>
</module>
<module name="TreeWalker">

View File

@ -210,6 +210,7 @@
<version>3.4.0</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<headerLocation>.java_header</headerLocation>
<consoleOutput>true</consoleOutput>
<violationSeverity>warning</violationSeverity>
<failOnViolation>true</failOnViolation>