coala-bears icon indicating copy to clipboard operation
coala-bears copied to clipboard

PycodestyleBear: Process whole output

Open areebbeigh opened this issue 5 years ago • 3 comments

This commit modifies process_output to process all the detected problems instead of just the first one.

Fixes https://github.com/coala/coala-bears/issues/2882

Checklist

  • [x] I read the commit guidelines and I've followed them.
  • [x] I ran coala over my code locally. (All commits have to pass 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!

areebbeigh avatar Apr 12 '19 18:04 areebbeigh

Can you add test cases to check and enforce PycodestyleBear processes whole output? That would be good ^^

Done.

areebbeigh avatar Apr 19 '19 04:04 areebbeigh

~@areebbeigh Did the tests pass locally, I'm having some trouble running the tests.~

nvm

bkhanale avatar May 21 '19 09:05 bkhanale

needs a rebase

Done.

areebbeigh avatar Jul 22 '19 07:07 areebbeigh