Skip to content

Commit

Permalink
Ensure checkstyle header file is referenced from parent POM (dapr#1087)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
Co-authored-by: Artur Ciocanu <ciocanu@adobe.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
  • Loading branch information
2 people authored and salaboy committed Jul 26, 2024
1 parent 4dff594 commit b0cdfdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

<module name="RegexpHeader">
<property name="fileExtensions" value="java"/>
<property name="headerFile" value=".java_header"/>
</module>

<module name="TreeWalker">
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b0cdfdc

Please sign in to comment.