File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
buildSrc/config/checkstyle Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
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">
2
+ <!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd">
5
3
<module name =" com.puppycrawl.tools.checkstyle.Checker" >
6
4
5
+ <!-- Root Checks -->
6
+ <module name =" io.spring.javaformat.checkstyle.check.SpringHeaderCheck" >
7
+ <property name =" fileExtensions" value =" java" />
8
+ <property name =" headerType" value =" apache2" />
9
+ <property name =" headerCopyrightPattern" value =" 20\d\d-20\d\d" />
10
+ <property name =" packageInfoHeaderType" value =" none" />
11
+ </module >
12
+ <module name =" com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck" />
13
+
7
14
<!-- TreeWalker Checks -->
8
15
<module name =" com.puppycrawl.tools.checkstyle.TreeWalker" >
9
16
You can’t perform that action at this time.
0 commit comments