13 lines
No EOL
359 B
XML
13 lines
No EOL
359 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="TreeWalker">
|
|
<module name="UnusedImports" />
|
|
</module>
|
|
|
|
<!-- TODO: decide in your team with other checkers to add! -->
|
|
|
|
</module> |