1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add runtime hints for annotations using @WithSecurityContext

Closes gh-12215
This commit is contained in:
Marcus Da Coregio
2022-11-16 09:15:44 -03:00
parent 063f06e7bf
commit 7094ee3710
4 changed files with 158 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
<property name="avoidStaticImportExcludes" value="org.springframework.security.web.csrf.CsrfTokenAssert.*" />
<property name="avoidStaticImportExcludes" value="org.springframework.security.web.util.matcher.AntPathRequestMatcher.*" />
<property name="avoidStaticImportExcludes" value="org.springframework.security.web.util.matcher.RegexRequestMatcher.*" />
<property name="avoidStaticImportExcludes" value="org.springframework.core.annotation.MergedAnnotations.SearchStrategy.*" />
</module>
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
<module name="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck">