From 652db21d3efcadc11a5f682e628c1685de02234e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 3 Sep 2019 15:54:33 +0200 Subject: [PATCH] Ensure Hamcrest imports are properly banned --- src/checkstyle/checkstyle-suppressions.xml | 30 ++++++++++++++++++---- src/checkstyle/checkstyle.xml | 2 +- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index fc711cc2b9..475068210d 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -65,14 +65,34 @@ - - + + + + + + - + + + + - - + + + + + + + + + + + + + + + diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index 872b30c06b..91f4f3902c 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -106,7 +106,7 @@ + value="^org\.hamcrest\..+" />