Explorar o código

Remove "need braces" checkstyle suppression

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

Issue gh-8945
Phillip Webb %!s(int64=5) %!d(string=hai) anos
pai
achega
0b4b22f28f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      etc/checkstyle/checkstyle-suppressions.xml

+ 0 - 1
etc/checkstyle/checkstyle-suppressions.xml

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