Skip to content

Commit cb15e55

Browse files
artur-ciocanuArtur Ciocanu
authored andcommitted
Ensure checkstyle header file is referenced from parent POM (dapr#1087)
Signed-off-by: Artur Ciocanu <[email protected]> Co-authored-by: Artur Ciocanu <[email protected]> Signed-off-by: salaboy <[email protected]>
1 parent 1fa5f86 commit cb15e55

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353

5454
<module name="RegexpHeader">
5555
<property name="fileExtensions" value="java"/>
56-
<property name="headerFile" value=".java_header"/>
5756
</module>
5857

5958
<module name="TreeWalker">

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
<version>3.4.0</version>
211211
<configuration>
212212
<configLocation>checkstyle.xml</configLocation>
213+
<headerLocation>.java_header</headerLocation>
213214
<consoleOutput>true</consoleOutput>
214215
<violationSeverity>warning</violationSeverity>
215216
<failOnViolation>true</failOnViolation>

0 commit comments

Comments
 (0)