Closed w0rp closed 8 years ago
Hi, sorry for the long response time. It should work for all error codes now!
Cool, thanks a lot for writing this tool! I personally use it to get a quick overview of any warnings and errors which will be reported in CI, without having to wait for CI.
Hello, I'm running into a similar issue when using the radon plugin. By adding --radon-max-cc=1
to my flake8 command I get R701
errors in the output. For example:
./settings.py:28:5: R701: 'filter' is too complex (2)
But they are not included in the pepper8 output.
I have found a bug in the latest version of
pepper8
pip install
.--select
.flake8
to get text output.pepper8
on the output offlake8
.You will be able to see the standard
flake8
warnings and errors in the HTML output, but not the output resulting from plugins, which are present in the text output.