fix pylint
This commit is contained in:
parent
fa30b548c6
commit
d6761a054c
2 changed files with 1 additions and 17 deletions
2
.vimrc
2
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue