From da9d52773d116bd481cec1ca74d43a1f6bdaf937 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Mon, 4 Feb 2019 12:04:34 +0100 Subject: [PATCH] Add checkstyle suppressions for illegal imports necessary for some Netflix types. --- .../src/checkstyle/checkstyle-suppressions.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml b/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml index 91dd7e87..d2b46dc9 100644 --- a/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml +++ b/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml @@ -7,4 +7,6 @@ + + \ No newline at end of file