|
@@ -12,6 +12,7 @@
|
|
org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction.*,
|
|
org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction.*,
|
|
org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.*" />
|
|
org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.*" />
|
|
<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck" />
|
|
<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck" />
|
|
|
|
+ <property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck" />
|
|
</module>
|
|
</module>
|
|
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
|
|
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
|
|
<module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />
|
|
<module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />
|
|
@@ -46,4 +47,4 @@
|
|
<property name="requireSinceTag" value="false" />
|
|
<property name="requireSinceTag" value="false" />
|
|
</module>
|
|
</module>
|
|
</module>
|
|
</module>
|
|
-</module>
|
|
|
|
|
|
+</module>
|