13 lines
459 B
XML
13 lines
459 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="com.puppycrawl.tools.checkstyle.Checker">
|
|
<module name="io.spring.javaformat.checkstyle.SpringChecks" />
|
|
|
|
<!-- Enable @SuppressWarnings -->
|
|
<module name="TreeWalker">
|
|
<module name="SuppressWarningsHolder"/>
|
|
</module>
|
|
<module name="SuppressWarningsFilter"/>
|
|
</module> |