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