-
Notifications
You must be signed in to change notification settings - Fork 580
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
PycodestyleBear: Process whole output #2904
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add test cases to check and enforce PycodestyleBear processes whole output? That would be good ^^
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespaces in PycodestyleBearTest.py
file. Please check Travis CI build log for more information. https://travis-ci.org/coala/coala-bears/jobs/522021385#L5994
Please run coala
before pushing changes!
de7d25c
to
8bd8fff
Compare
nvm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs a rebase
This commit modifies process_output to process all the detected problems instead of just the first one. Fixes coala#2882
Done. |
This commit modifies process_output to
process all the detected problems instead
of just the first one.
Fixes #2882
Checklist
them.
individually. It is not sufficient to have "fixup commits" on your PR,
our bot will still report the issues for the previous commit.) You will
likely receive a lot of bot comments and build failures if coala does not
pass on every single commit!