We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a5229 commit e95ba4cCopy full SHA for e95ba4c
buildSrc/config/checkstyle/checkstyle.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0"?>
2
+<!DOCTYPE module PUBLIC
3
+ "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
4
+ "https://checkstyle.org/dtds/configuration_1_3.dtd">
5
+<module name="com.puppycrawl.tools.checkstyle.Checker">
6
+
7
+ <!-- TreeWalker Checks -->
8
+ <module name="com.puppycrawl.tools.checkstyle.TreeWalker">
9
10
+ <!-- Imports -->
11
+ <module name="com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck">
12
+ <property name="processJavadoc" value="true"/>
13
+ </module>
14
15
16
17
+</module>
0 commit comments