Description
This issue was triggered by the discussion here.
Requirements:
- make a linter script for Scala under dev/lint-scala that just calls scalastyle
- make a linter script for Python under dev/lint-python that calls pep8 on all Python files
- One exception to this is cloudpickle.py, which is a third-party module we don't want to touch
- Modify dev/run-tests to call both linter scripts
- Incorporate these changes into the Contributing to Spark guide
Attachments
Issue Links
- relates to
-
SPARK-2470 Fix PEP 8 violations
- Resolved
- links to