Skip to content

Commit 1be9be9

Browse files
author
Steve Riesenberg
committed
Exclude JavadocPackageCheck from Spring Checks
Issue gh-11422
1 parent 33e4b07 commit 1be9be9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</module>
1414
<module name="io.spring.javaformat.checkstyle.SpringChecks">
1515
<property name="excludes" value="io.spring.javaformat.checkstyle.check.SpringHeaderCheck" />
16+
<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck" />
1617
<property name="avoidStaticImportExcludes" value="org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.*" />
1718
<property name="avoidStaticImportExcludes" value="org.springframework.security.test.web.servlet.response.SecurityMockMvcResultHandlers.*" />
1819
<property name="avoidStaticImportExcludes" value="org.springframework.security.config.annotation.SecurityContextChangedListenerArgumentMatchers.*" />

0 commit comments

Comments
 (0)