mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Remove "redundant import" checkstyle suppression
Remove the "redundant import" checkstyle suppression since running "organize imports" has fixed any violations. Issue gh-8945
This commit is contained in:
parent
18f3d13363
commit
b33cb1074f
@ -3,7 +3,6 @@
|
||||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
||||
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
||||
<suppressions>
|
||||
<suppress files=".*" checks="RedundantImport" />
|
||||
<suppress files=".*" checks="RegexpSinglelineJava" />
|
||||
<suppress files=".*" checks="SimplifyBooleanExpression" />
|
||||
<suppress files=".*" checks="SimplifyBooleanReturn" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user