Top-rated recipes tagged "mccabe"http://code.activestate.com/recipes/tags/mccabe/top/2017-01-10T21:19:34-08:00ActiveState Code RecipesPyChecker postprocessor (Python)
2017-01-10T21:19:34-08:00Jean Brouwershttp://code.activestate.com/recipes/users/2984142/http://code.activestate.com/recipes/546532-pychecker-postprocessor/
<p style="color: grey">
Python
recipe 546532
by <a href="/recipes/users/2984142/">Jean Brouwers</a>
(<a href="/recipes/tags/flake8/">flake8</a>, <a href="/recipes/tags/mccabe/">mccabe</a>, <a href="/recipes/tags/pep8/">pep8</a>, <a href="/recipes/tags/pychecker/">pychecker</a>, <a href="/recipes/tags/pycodestyle/">pycodestyle</a>, <a href="/recipes/tags/pyflakes/">pyflakes</a>).
Revision 20.
</p>
<p>This recipe can separate the output of PyChecker, PyFlakes, PyCodeStyle (formerly Pep8) and/or McCabe into OK'd and regular warning messages.</p>
<p>If invoked from Python 3+, this recipe with run Flake8 by default. Command line option -3 allows running Python 3+ versions of the checkers. </p>
<p>An example is included further below. See the module documentation or -help for more details, versions, etc.</p>