This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
syntastic 3.6.0
Core changes
- New option
g:syntastic_exit_checks
(@lcd047) - New option
b:syntastic_skip_checks
(@lcd047) - New options
b:syntastic_<filetype>_<checker>_exec
andb:syntastic_<checker>_exec
(@lcd047) - New postprocess function
guards
(@lcd047) - New options
g:syntastic_<filetype>_<checker>_sort
(@lcd047) - New option
b:syntastic_mode
(@lcd047) - New jump mode for
g:syntastic_auto_jump
(@lcd047) - Various bugs have been fixed.
Syntax checker changes
- Added pc_lint checker for C and C++ (@2sb18)
- Added scalastyle checker for Scala (@lcd047)
- Added rpmlint checker for Linux RPM spec files (@lcd047)
- Added mypy static type checker for Python (@RussHewgill)
- Added mdl style checker for Markdown (@eToThePiIPower)
- Added igor checker from DocBook SGML, nroff, and text (@lcd047)
- Added rnv checker for Relax NG (@remko)
- Added option for closurecompiler:
g:syntastic_javascript_closurecompiler_script
(@bjpbakker) - Added bashate checker for Bash scripts (@aswna)
- Added prospector checker for Python projects (@lcd047)
- Added reek checker for Ruby (@mmozuras)
- Added flow checker for JavaScript (@faceleg)
- Added luacheck checker for Lua (@tbastos)
- Added option for python:
g:syntastic_python_python_use_codec
(@delfick) - Removed the avrgcc checker for Arduino (@lcd047)
- Removed the
g:syntastic_java_javac_temp_dir option
from javac (@lcd047) - Various bugs have been fixed.