Browse Source

Exclude JavadocPackageCheck from Spring Checks

Issue gh-11422
pull/11599/head
Marcus Da Coregio 3 years ago
parent
commit
ee11c3ade7
  1. 1
      etc/checkstyle/checkstyle.xml

1
etc/checkstyle/checkstyle.xml

@ -13,6 +13,7 @@ @@ -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.*" />

Loading…
Cancel
Save