mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-24 17:08:50 +00:00
Let checkstyle prevent redundant modifiers in the future
This commit is contained in:
parent
b388976ac8
commit
d9016e52e6
@ -20,6 +20,7 @@
|
||||
|
||||
<!-- Coding -->
|
||||
<module name="EmptyStatementCheck" />
|
||||
<module name="RedundantModifier" />
|
||||
|
||||
<!-- Imports -->
|
||||
<module name="UnusedImportsCheck">
|
||||
|
Loading…
x
Reference in New Issue
Block a user