]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/vim/files/vimrc
Enable error only checking with syntastic
[max/saltfiles.git] / states / vim / files / vimrc
index a40734b86ef59ca77076b244763bae5e208bc02d..d645f7886099e255a938c7aca18cb6180237aeff 100644 (file)
@@ -68,7 +68,8 @@ let g:syntastic_check_on_open = 1
 let g:syntastic_check_on_wq = 1
 let g:syntastic_javascript_checkers = ['eslint']
 let g:syntastic_python_python_exec = '/usr/bin/python3'
-let g:syntastic_python_checkers = ['python3 -m pylint --error-only']
+let g:syntastic_python_checkers = ['pylint']
+let g:syntastic_python_pylint_args = '-E'
 let g:syntastic_aggregate_errors = 1
 
 " Syntastic C++11