Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PEP8 compliance checking to 'check' target. #272

Merged
merged 2 commits into from
Nov 19, 2015

Commits on Nov 19, 2015

  1. Add PEP8 compliance checking to 'check' target.

    Moves 'pylint' to its own target, adds a 'pep8' target, and makes
    the 'check' target empty with 'check' and 'pep8' as prerequisites.
    This allows the user to run either pylint or pep8 separately or
    together.
    
    It also makes it possible to plumb a user-specified PYTHONPATH
    into the 'pylint' target.
    
    We are currently ignoring errors for overly-long lines, hence the
    '--ignore E501'.
    dwlehman committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    243f7c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249350c View commit details
    Browse the repository at this point in the history