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.
2 parents d3d4641 + 99f4b47 commit aada279Copy full SHA for aada279
config/checkstyle/checkstyle.xml
@@ -8,6 +8,9 @@
8
<property name="avoidStaticImportExcludes" value="org.springframework.restdocs.cli.CliDocumentation.*,
9
org.springframework.restdocs.cookies.CookieDocumentation.*"/>
10
</module>
11
+ <module name="io.spring.javaformat.checkstyle.check.SpringHeaderCheck">
12
+ <property name="headerCopyrightPattern" value="2014-present" />
13
+ </module>
14
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
15
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
16
<property name="regexp" value="true" />
0 commit comments