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
1 changed files with 0 additions and 1 deletions

View File

@ -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" />