From a59a357cae82ca9b6926b55903ce4f12ae131735 Mon Sep 17 00:00:00 2001 From: Marcelo Vanzin Date: Thu, 31 Dec 2015 23:48:55 -0800 Subject: [SPARK-3873][MLLIB] Import order fixes. A slight adjustment to the checker configuration was needed; there is a handful of warnings still left, but those are because of a bug in the checker that I'll fix separately (before enabling errors for the checker, of course). Author: Marcelo Vanzin Closes #10535 from vanzin/SPARK-3873-mllib. --- scalastyle-config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scalastyle-config.xml') diff --git a/scalastyle-config.xml b/scalastyle-config.xml index 6925e18737..16d18b3328 100644 --- a/scalastyle-config.xml +++ b/scalastyle-config.xml @@ -219,8 +219,8 @@ This file is divided into 3 sections: java,scala,3rdParty,spark - javax?\..+ - scala\..+ + javax?\..* + scala\..* (?!org\.apache\.spark\.).* org\.apache\.spark\..* -- cgit v1.2.3