Skip to content

Commit 5618af5

Browse files
artur-ciocanuArtur Ciocanu
and
Artur Ciocanu
authoredJul 24, 2024
Ensure checkstyle header file is referenced from parent POM (dapr#1087)
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> Co-authored-by: Artur Ciocanu <ciocanu@adobe.com>
1 parent a98327e commit 5618af5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎checkstyle.xml

-1
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

+1
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)