syntastic/syntax_checkers
Patrice Neff a79d079a63 Additional parameter for Python checker
The parameter `g:syntastic_python_checker_args` can be used to pass additional
arguments to the Python syntax checker. Example configuration:

    let g:syntastic_python_checker = "flake8"
    let g:syntastic_python_checker_args = "--ignore=E501 --max-complexity=10"
2012-02-13 09:00:26 +01:00
..
2012-02-11 15:40:45 +00:00
2011-12-18 19:05:40 +01:00
2010-09-24 10:48:49 +08:00
2011-12-02 10:38:11 +00:00
2012-01-06 17:07:58 -08:00
2012-02-11 15:40:45 +00:00
2011-07-09 18:59:21 +12:00
2012-01-19 19:28:18 +01:00
2011-12-14 14:22:59 +00:00
2011-02-09 03:28:24 +08:00
2012-02-11 12:51:42 +00:00
2012-01-11 16:31:56 +00:00
2011-12-05 15:07:22 +00:00
2011-02-27 00:30:02 +13:00
2011-02-09 04:45:40 +08:00
2011-12-24 22:26:33 +01:00