1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Remove "need braces" checkstyle suppression

Remove the "need braces" checkstyle suppression which does not cause
any violations.

Issue gh-8945
This commit is contained in:
Phillip Webb
2020-07-27 10:02:46 -07:00
committed by Rob Winch
parent 81fe9fc640
commit 0b4b22f28f
@@ -3,7 +3,6 @@
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress files=".*" checks="NeedBraces" />
<suppress files=".*" checks="NestedIfDepth" />
<suppress files=".*" checks="NewlineAtEndOfFile" />
<suppress files=".*" checks="NonEmptyAtclauseDescription" />