syntastic/syntax_checkers/python
LCD 47 7319cb6a9e Postprocessing functions.
This patch adds an option 'postprocess' to SyntasticMake().  The value
of this option is a list of names.  Each name is translated to a
function syntastic#postprocess#name().  These functions are applied in
order to the list of errors just before SyntasticMake() returns.  They
take a single parameter, the list of errors, and are supposed to
returned the processed list.
2013-05-10 14:11:07 +03:00
..
flake8.vim Revert "python/flake8: add some backwards compat" 2013-03-18 10:49:39 +00:00
pep8.vim Added pep8 checker for Python. 2013-05-05 08:54:03 +03:00
py3kwarn.vim Added py3kwarn checker 2013-04-15 17:15:49 -04:00
pyflakes.vim add guards to all checkers 2013-02-21 15:50:41 +00:00
pylint.vim Postprocessing functions. 2013-05-10 14:11:07 +03:00
python.vim Typo. 2013-04-12 13:29:47 +03:00