We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98327e commit 5618af5Copy full SHA for 5618af5
checkstyle.xml
@@ -53,7 +53,6 @@
53
54
<module name="RegexpHeader">
55
<property name="fileExtensions" value="java"/>
56
- <property name="headerFile" value=".java_header"/>
57
</module>
58
59
<module name="TreeWalker">
pom.xml
@@ -210,6 +210,7 @@
210
<version>3.4.0</version>
211
<configuration>
212
<configLocation>checkstyle.xml</configLocation>
213
+ <headerLocation>.java_header</headerLocation>
214
<consoleOutput>true</consoleOutput>
215
<violationSeverity>warning</violationSeverity>
216
<failOnViolation>true</failOnViolation>
0 commit comments