syntastic/syntax_checkers/python
Martin Grenfell 10c845d1f5 add a makeprg builder
The problem
---

Some people want to change the syntax checker args and/or executable.
Currently they have to create their own checker to do this.

Solution
---

Create a standard API for building a makeprg that allows users to set
global variables to override the exe or args.

This API is in use in the coffee and python/flake8 checkers - as
proofs of concept.

So, if the user wanted to change the args that get passed to `flake8`
they can now set `let g:syntastic_python_flake8_args="--foo --bar"` in
their vimrc. Similarly they could set `let
g:syntastic_python_flake8_exe='python foo.py'`
2013-01-02 13:05:27 +00:00
..
flake8.vim add a makeprg builder 2013-01-02 13:05:27 +00:00
pyflakes.vim refactor the error highlighting system 2012-03-02 10:05:15 +00:00
pylint.vim Modifying pylint checker such that it displays both the original pylint error code as well as translating said error codes into syntastic-compatible Error and Warning messages. 2012-06-27 10:21:43 -07:00
python.vim Add python checker that uses python itself 2012-12-01 12:17:46 -08:00