Exclude JavadocPackageCheck from Spring Checks

Issue gh-11422
This commit is contained in:
Marcus Da Coregio 2022-07-15 14:02:43 -03:00
parent 0c14a36ad6
commit ee11c3ade7
1 changed files with 1 additions and 0 deletions

View File

@ -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.*" />