1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||||
|
<?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"> |
||||||
|
|
||||||
|
<!-- TreeWalker Checks --> |
||||||
|
<module name="com.puppycrawl.tools.checkstyle.TreeWalker"> |
||||||
|
|
||||||
|
<!-- Imports --> |
||||||
|
<module name="com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck"> |
||||||
|
<property name="processJavadoc" value="true"/> |
||||||
|
</module> |
||||||
|
|
||||||
|
</module> |
||||||
|
|
||||||
|
</module> |
||||||
Loading…
Reference in new issue