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:
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" />
|
||||
|
|
Loading…
Reference in New Issue