소스 검색

Remove "need braces" checkstyle suppression

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

Issue gh-8945
Phillip Webb 5 년 전
부모
커밋
0b4b22f28f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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" />