Skip to content
Snippets Groups Projects
  • MechCoder's avatar
    9b62e937
    [SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySpark · 9b62e937
    MechCoder authored
    This adds Pylint checks to PySpark.
    
    For now this lazy installs using easy_install to /dev/pylint (similar to the pep8 script).
    We still need to figure out what rules to be allowed.
    
    Author: MechCoder <manojkumarsivaraj334@gmail.com>
    
    Closes #7241 from MechCoder/pylint and squashes the following commits:
    
    8496834 [MechCoder] Silence warnings and make pylint tests fail to check if it works in jenkins
    57393a3 [MechCoder] undefined-variable
    a8e2547 [MechCoder] Minor changes
    7753810 [MechCoder] remove trailing whitespace
    75c5d2b [MechCoder] Remove blacklisted arguments and pointless statements check
    6bde250 [MechCoder] Disable all checks for now
    3464666 [MechCoder] Add pylint configuration file
    d28109f [MechCoder] [SPARK-8706] [PySpark] [Project infra] Add pylint checks to PySpark
    9b62e937
    History
    [SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySpark
    MechCoder authored
    This adds Pylint checks to PySpark.
    
    For now this lazy installs using easy_install to /dev/pylint (similar to the pep8 script).
    We still need to figure out what rules to be allowed.
    
    Author: MechCoder <manojkumarsivaraj334@gmail.com>
    
    Closes #7241 from MechCoder/pylint and squashes the following commits:
    
    8496834 [MechCoder] Silence warnings and make pylint tests fail to check if it works in jenkins
    57393a3 [MechCoder] undefined-variable
    a8e2547 [MechCoder] Minor changes
    7753810 [MechCoder] remove trailing whitespace
    75c5d2b [MechCoder] Remove blacklisted arguments and pointless statements check
    6bde250 [MechCoder] Disable all checks for now
    3464666 [MechCoder] Add pylint configuration file
    d28109f [MechCoder] [SPARK-8706] [PySpark] [Project infra] Add pylint checks to PySpark