brouter/config/checkstyle/checkstyle.xml
2022-07-09 07:38:04 +02:00

16 lines
455 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">
<module name="SuppressionFilter">
<property name="file" value="${config_loc}/suppressions.xml"/>
</module>
<!-- <module name="FileTabCharacter"/> -->
<module name="TreeWalker">
<!-- <module name="Indentation"/> -->
</module>
</module>