From 258abaf0f74c07b0de59c95d77f614a6d28447eb Mon Sep 17 00:00:00 2001 From: Ellen Spertus Date: Tue, 17 Jul 2018 14:37:00 -0700 Subject: Added import order checking. Fixed misordered imports in our code. --- scalding/scalastyle-config.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scalding/scalastyle-config.xml') diff --git a/scalding/scalastyle-config.xml b/scalding/scalastyle-config.xml index 2f20677..1575217 100644 --- a/scalding/scalastyle-config.xml +++ b/scalding/scalastyle-config.xml @@ -114,4 +114,14 @@ + + + java,scala,others + javax?\..+ + scala\..+ + .+ + 1 + true + + -- cgit v1.2.3