From ad850550e66614ae3cec0f8f46a4fc74dae0d4e1 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 6 Dec 2017 11:16:16 +0100 Subject: [PATCH] More modern config line --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 2b2e1b5..dc1b25e 100644 --- a/.vimrc +++ b/.vimrc @@ -204,7 +204,7 @@ let g:ale_fixers = {} " Python specific settings let g:ale_fixers.python = ['isort'] " No silly 80-char line limit. Sorry pep-8. Also, Django support. Disable 'invalid name', 'missing docstring' -let g:ale_python_pylint_options="--max-line-length=120 -d C0103,C0111" +let g:ale_python_pylint_options="--max-line-length=120 --load-plugins pylint_django --disable=invalid-name,missing-docstring" " Show errors or warnings in the statusline let g:airline#extensions#ale#enabled = 1 " UI