From 7f0653fa34c20c801ca4d79729a1535d5e21f05e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 24 Jul 2020 13:36:04 -0700 Subject: [PATCH] Remove array style checkstyle suppression Remove the array style rules suppression since it doesn't cause any checkstyle violations. Issue gh-8945 --- etc/checkstyle/checkstyle-suppressions.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/checkstyle/checkstyle-suppressions.xml b/etc/checkstyle/checkstyle-suppressions.xml index 588c427331..d530979445 100644 --- a/etc/checkstyle/checkstyle-suppressions.xml +++ b/etc/checkstyle/checkstyle-suppressions.xml @@ -3,7 +3,6 @@ "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd"> -