fix pylint

This commit is contained in:
Barak Michener 2015-08-03 16:10:38 -04:00
parent fa30b548c6
commit d6761a054c
2 changed files with 1 additions and 17 deletions

2
.vimrc
View file

@ -172,7 +172,7 @@ let g:UseGooglePythonSettings = 0
let g:EclimCompletionMethod = 'omnifunc'
" * Syntastic
let g:syntastic_python_flake8_args='--ignore=E111'
let g:syntastic_python_checkers = ['python', 'pylint']
let g:syntastic_go_checkers=['go', 'govet', 'govetshadow', 'golintc']
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 2