aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13747][CORE] Fix potential ThreadLocal leaks in RPC when using ForkJoi...Shixiong Zhu2016-12-131-1/+0
* [SPARK-18256] Improve the performance of event log replay in HistoryServerJosh Rosen2016-11-041-0/+6
* [SPARK-13747][SQL] Fix concurrent executions in ForkJoinPool for SQLShixiong Zhu2016-10-261-0/+1
* [SPARK-16877][BUILD] Add rules for preventing to use Java annotations (Deprec...hyukjinkwon2016-08-041-0/+8
* [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favo...Sean Owen2016-06-241-0/+6
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-221-1/+1
* [SPARK-14676] Wrap and re-throw Await.result exceptions in order to capture f...Josh Rosen2016-04-191-0/+11
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-121-0/+5
* [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-061-0/+5
* [SPARK-14426][SQL] Merge PerserUtils and ParseUtilsKousuke Saruta2016-04-061-1/+1
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-101-0/+8
* [SPARK-13203] Add scalastyle rule banning use of mutable.SynchronizedBuffertedyu2016-02-101-0/+12
* [SPARK-12692][BUILD] Enforce style checking about white space before commaKousuke Saruta2016-01-131-7/+6
* [SPARK-12692][BUILD][CORE] Scala style: Fix the style violation (Space before...Kousuke Saruta2016-01-121-1/+1
* Revert "[SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space...Reynold Xin2016-01-121-1/+1
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-121-1/+1
* [SPARK-3873][BUILD] Enable import ordering error checking.Marcelo Vanzin2016-01-101-11/+10
* [SPARK-12692][BUILD] Scala style: check no white space before comma and colonKousuke Saruta2016-01-081-0/+6
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-021-8/+0
* [SPARK-3873][MLLIB] Import order fixes.Marcelo Vanzin2015-12-311-2/+2
* [SPARK-12365][CORE] Use ShutdownHookManager where Runtime.getRuntime.addShutd...tedyu2015-12-161-0/+12
* [SPARK-3873][BUILD] Add style checker to enforce import ordering.Marcelo Vanzin2015-12-081-1/+13
* [SPARK-11615] Drop @VisibleForTesting annotationtedyu2015-11-101-0/+7
* [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContex...Josh Rosen2015-09-121-0/+8
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-251-0/+7
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-0/+11
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-101-6/+6
* [SPARK-7986] Split scalastyle config into 3 sections.Reynold Xin2015-05-311-116/+174
* [SPARK-3850] Turn style checker on for trailing whitespaces.Reynold Xin2015-05-311-0/+3
* [SPARK-7979] Enforce structural type checker.Reynold Xin2015-05-311-0/+3
* [SPARK-7975] Add style checker to disallow overriding equals covariantly.Reynold Xin2015-05-311-1/+1
* [SPARK-7976] Add style checker to disallow overriding finalize.Reynold Xin2015-05-301-1/+1
* [TRIVIAL] Typo fix for last commitAndrew Or2015-05-291-1/+1
* [SPARK-7558] Guard against direct uses of FunSuite / FunSuiteLikeAndrew Or2015-05-291-0/+7
* [SPARK-7940] Enforce whitespace checking for DO, TRY, CATCH, FINALLY, MATCH, ...Reynold Xin2015-05-291-2/+2
* [SPARK-7929] Turn whitespace checker on for more token types.Reynold Xin2015-05-281-1/+12
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-031-1/+1
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-231-2/+2
* [Core] Upgrading ScalaStyle version to 0.5 and removing SparkSpaceAfterCommen...prudhvi2014-10-161-1/+1
* [SPARK-2182] Scalastyle rule blocking non ascii characters.Prashant Sharma2014-09-161-0/+1
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-281-0/+1
* Merge pull request #567 from ScrapCodes/style2.Prashant Sharma2014-02-091-1/+18
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-091-0/+126