aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Liang <ekl@databricks.com>2016-04-25 00:33:51 -0700
committerReynold Xin <rxin@databricks.com>2016-04-25 00:33:51 -0700
commit761fc46c70f15ffc3f35ff87b6a5c9192af1c55f (patch)
treed64ee46ca2d5bdd2329d2389d62569714891e671 /.gitignore
parentcbdcd4edab48593f6331bc267eb94e40908733e5 (diff)
downloadspark-761fc46c70f15ffc3f35ff87b6a5c9192af1c55f.tar.gz
spark-761fc46c70f15ffc3f35ff87b6a5c9192af1c55f.tar.bz2
spark-761fc46c70f15ffc3f35ff87b6a5c9192af1c55f.zip
[SPARK-14790] Always run scalastyle on sbt compile and test
## What changes were proposed in this pull request? Sbt compile and test should also run scalastyle. This makes it less likely you forget to run scalastyle and fail in jenkins. Scalastyle results are cached for efficiency. This patch was originally written by ahirreddy; I just fixed it up to work with scalastyle 0.8.0. ## How was this patch tested? Tested manually with `build/sbt package`. Author: Eric Liang <ekl@databricks.com> Closes #12555 from ericl/scalastyle.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 05afbb5e5e..2b041e90ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@ out/
build/apache-maven*
build/zinc*
build/scala*
+scalastyle-on-compile.generated.xml
conf/java-opts
conf/*.sh
conf/*.cmd