GitHub user ericl opened a pull request:
https://github.com/apache/spark/pull/12555
[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`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ericl/spark scalastyle
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12555.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #12555
----
commit 403fab62fe6f40f2b21e09f06ff1481cb2e19cec
Author: Eric Liang <[email protected]>
Date: 2016-04-21T02:20:27Z
Wed Apr 20 19:20:26 PDT 2016
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]