Преглед на файлове

Remove array style checkstyle suppression

Remove the array style rules suppression since it doesn't cause any
checkstyle violations.

Issue gh-8945
Phillip Webb преди 5 години
родител
ревизия
7f0653fa34
променени са 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="ArrayTypeStyle" />
 	<suppress files=".*" checks="AtclauseOrder" />
 	<suppress files=".*" checks="AvoidStarImport" />
 	<suppress files=".*" checks="EmptyBlock" />