Skip to content

Commit 9220466

Browse files
committed
Allow FactorGrantedAuthorities.* static import
1 parent b99476c commit 9220466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<property name="file" value="${config_loc}/suppressions.xml"/>
88
</module>
99
<module name="io.spring.javaformat.checkstyle.SpringChecks">
10-
<property name="avoidStaticImportExcludes" value="org.springframework.security.core.GrantedAuthorities.*,
10+
<property name="avoidStaticImportExcludes" value="org.springframework.security.core.authority.FactorGrantedAuthority.*,
1111
org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.*,
1212
org.springframework.security.oauth2.client.web.reactive.function.client.ServerOAuth2AuthorizedClientExchangeFilterFunction.*,
1313
org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction.*,

0 commit comments

Comments
 (0)