From 4075595a3ffd9b2092c7cd6cff9c6b5b237b9d81 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 26 Jul 2020 22:23:37 -0700 Subject: [PATCH] Ignore existing InterfaceIsType violations Add suppressions for existing `InterfaceIsType` violations. Ideally theses should be classes, but we can't easily change them without breaking binary back compatibility. Issue gh-8945 --- etc/checkstyle/checkstyle-suppressions.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/etc/checkstyle/checkstyle-suppressions.xml b/etc/checkstyle/checkstyle-suppressions.xml index 07b0071dd4..2c72af8d5a 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"> - @@ -38,4 +37,18 @@ + + + + + + + + + + + + + +