Skip to content

Commit e95ba4c

Browse files
izeyesnicoll
authored andcommitted
Enable checkstyle in buildSrc
See gh-31445
1 parent 73a5229 commit e95ba4c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
</module>
16+
17+
</module>

0 commit comments

Comments
 (0)