From 63b64b4efac1feb574badf56d607dd14feac0b25 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 2 Oct 2018 09:15:24 -0700 Subject: [PATCH] Fix checkstyle import regex patterns Update checkstyle rules to fix import regex patterns for both packages and classes. --- src/checkstyle/checkstyle.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index 048d281ff7..d1febd65d0 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -3,9 +3,13 @@ - - - + + + +