mirror of
https://github.com/filoghost/ChestCommands.git
synced 2025-02-15 19:11:41 +01:00
Add Checkstyle checks to Checkstyle's files
This commit is contained in:
parent
f83331a5f5
commit
68d5ff891d
@ -11,6 +11,7 @@
|
||||
<property name="file" value="checkstyle/suppressions.xml"/>
|
||||
</module>
|
||||
|
||||
<!-- Check that Java source files have the correct header -->
|
||||
<module name="Header">
|
||||
<property name="fileExtensions" value="java"/>
|
||||
<property name="headerFile" value="checkstyle/header.txt"/>
|
||||
|
2
pom.xml
2
pom.xml
@ -185,7 +185,7 @@
|
||||
<sourceDirectories>
|
||||
<sourceDirectory>${project.basedir}</sourceDirectory>
|
||||
</sourceDirectories>
|
||||
<includes>pom.xml, src/main/java/**/*.java</includes>
|
||||
<includes>checkstyle/**/*, pom.xml, src/main/java/**/*.java</includes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
Loading…
Reference in New Issue
Block a user