syntastic/syntax_checkers/python
Martin Grenfell 637182c181 python/pyflakes: report errors by default
The error messages that pyflakes outputs dont contain enough information
to classify them as errors or warnings. Apart from checking for all
known warning outputs and classifying the rest as errors (or vice versa)
there is no way classify.

Make the syntax checker class all results as errors. Individual warning
formats can be checked for later if they become a problem.

This addresses #189.
2012-02-28 15:19:32 +00:00
..
flake8.vim split python checker out into 3 files 2012-02-20 10:20:48 +00:00
pyflakes.vim python/pyflakes: report errors by default 2012-02-28 15:19:32 +00:00
pylint.vim split python checker out into 3 files 2012-02-20 10:20:48 +00:00