Skip to content

Commit aada279

Browse files
committed
Merge branch '3.0.x'
Closes gh-980
2 parents d3d4641 + 99f4b47 commit aada279

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<property name="avoidStaticImportExcludes" value="org.springframework.restdocs.cli.CliDocumentation.*,
99
org.springframework.restdocs.cookies.CookieDocumentation.*"/>
1010
</module>
11+
<module name="io.spring.javaformat.checkstyle.check.SpringHeaderCheck">
12+
<property name="headerCopyrightPattern" value="2014-present" />
13+
</module>
1114
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
1215
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
1316
<property name="regexp" value="true" />

0 commit comments

Comments
 (0)