mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +00:00
Remove array style checkstyle suppression
Remove the array style rules suppression since it doesn't cause any checkstyle violations. Issue gh-8945
This commit is contained in:
parent
863c0873dd
commit
7f0653fa34
@ -3,7 +3,6 @@
|
||||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
||||
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
||||
<suppressions>
|
||||
<suppress files=".*" checks="ArrayTypeStyle" />
|
||||
<suppress files=".*" checks="AtclauseOrder" />
|
||||
<suppress files=".*" checks="AvoidStarImport" />
|
||||
<suppress files=".*" checks="EmptyBlock" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user