mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-12-01 22:43:23 +01:00
19 lines
656 B
XML
19 lines
656 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE module PUBLIC
|
|
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
|
|
"https://checkstyle.org/dtds/configuration_1_3.dtd">
|
|
|
|
<module name="Checker">
|
|
<property name="fileExtensions" value="java, xml"/>
|
|
<property name="charset" value="UTF-8"/>
|
|
|
|
<module name="SuppressionFilter">
|
|
<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"/>
|
|
</module>
|
|
</module> |