We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa5f86 commit cb15e55Copy full SHA for cb15e55
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