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

PEP8Bear.py: Show PEP8 error description #1898

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 21, 2017

  1. PEP8Bear.py: Show PEP8 error description

    Add PEP8 error message description for every error
    found by autopep8 during PEP8Bear analysis.
    Utilizes pycodestyle (as autopep8).
    
    Best case senario:
    
     - errors list and diffs list have the same size.
    
    Worst case scenario:
    
     - errors list is sorter than the diffs list:
         The loop will utilize every error and then will print an empty
         line bellow the 'does not comply' message.
    
     - errors list is empty:
         The loop will only print the 'does not comply' message.
    
     - errors list is larger than diffs list:
         The loop will print every diff and the corresponding error.
    
    Closes coala#1897
    JohnMoutafis committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    737bad9 View commit details
    Browse the repository at this point in the history