Skip to content
Snippets Groups Projects
  • Eric Liang's avatar
    761fc46c
    [SPARK-14790] Always run scalastyle on sbt compile and test · 761fc46c
    Eric Liang authored
    ## 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.
    761fc46c
    History
    [SPARK-14790] Always run scalastyle on sbt compile and test
    Eric Liang authored
    ## 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.