Browse Source

Exclude JavadocPackageCheck from Spring Checks

Issue gh-11422
Marcus Da Coregio 3 years ago
parent
commit
ee11c3ade7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      etc/checkstyle/checkstyle.xml

+ 1 - 0
etc/checkstyle/checkstyle.xml

@@ -13,6 +13,7 @@
 	</module>
 	<module name="io.spring.javaformat.checkstyle.SpringChecks">
 		<property name="excludes" value="io.spring.javaformat.checkstyle.check.SpringHeaderCheck" />
+		<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck" />
 		<property name="avoidStaticImportExcludes" value="org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.*" />
 		<property name="avoidStaticImportExcludes" value="org.springframework.security.test.web.servlet.response.SecurityMockMvcResultHandlers.*" />
 		<property name="avoidStaticImportExcludes" value="org.springframework.security.config.annotation.SecurityContextChangedListenerArgumentMatchers.*" />