diff --git a/plugin/syntastic/registry.vim b/plugin/syntastic/registry.vim index 01e0bce1..1fa5b66d 100644 --- a/plugin/syntastic/registry.vim +++ b/plugin/syntastic/registry.vim @@ -17,6 +17,7 @@ let s:defaultCheckers = { \ 'objcpp': ['gcc'], \ 'perl': ['perl', 'perlcritic'], \ 'php': ['php', 'phpcs', 'phpmd'], + \ 'puppet': ['puppet', 'puppetlint'], \ 'python': ['python', 'flake8', 'pylint'], \ 'ruby': ['mri'], \ 'sh': ['sh'],