GitHub user holdenk opened a pull request:

    https://github.com/apache/spark/pull/11898

    [SPARK-13887][PYTHON][TRIVIAL][BUILD] Make lint-python script fail fast

    ## What changes were proposed in this pull request?
    
    Change lint python script to stop on first error rather than building them 
up so its clearer why we failed (requested by @rxin). Also while in the file, 
remove the commented out code.
    
    
    ## How was this patch tested?
    
    Manually ran lint-python script with & without pep8 errors locally and 
verified expected results.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/holdenk/spark SPARK-13887-pylint-fast-fail

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/11898.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 #11898
    
----
commit ed63b17136007d98c2ff6843aba92b8828a1b739
Author: Holden Karau <[email protected]>
Date:   2016-03-22T20:25:45Z

    Make lint-python script fail fast and also remove some commented out code

----


---
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]

Reply via email to