mirror of
https://github.com/filoghost/ChestCommands.git
synced 2025-02-16 03:21:24 +01:00
Add SuppressionFilter to checkstyle.xml
This commit is contained in:
parent
c3abd823ed
commit
f83331a5f5
@ -7,8 +7,12 @@
|
||||
<property name="fileExtensions" value="java, xml"/>
|
||||
<property name="charset" value="UTF-8"/>
|
||||
|
||||
<module name="SuppressionFilter">
|
||||
<property name="file" value="checkstyle/suppressions.xml"/>
|
||||
</module>
|
||||
|
||||
<module name="Header">
|
||||
<property name="fileExtensions" value="java"/>
|
||||
<property name="headerFile" value="${checkstyle.header.file}"/>
|
||||
<property name="headerFile" value="checkstyle/header.txt"/>
|
||||
</module>
|
||||
</module>
|
Loading…
Reference in New Issue
Block a user