Merge pull request #1043 from fengdasuk19/fengdasuk19-pylint-rcfile

example for 'rcfile' on ale_python_pylint_options
This commit is contained in:
w0rp 2017-10-24 22:06:38 +01:00 committed by GitHub
commit 5a91f7e19f

View File

@ -174,7 +174,7 @@ g:ale_python_pylint_options *g:ale_python_pylint_options*
Python 3, you may want to set > Python 3, you may want to set >
let g:ale_python_pylint_executable = 'python3' " or 'python' for Python 2 let g:ale_python_pylint_executable = 'python3' " or 'python' for Python 2
let g:ale_python_pylint_options = '-rcfile /path/to/pylint.rc' let g:ale_python_pylint_options = '--rcfile /path/to/pylint.rc'
" The virtualenv detection needs to be disabled. " The virtualenv detection needs to be disabled.
let g:ale_python_pylint_use_global = 0 let g:ale_python_pylint_use_global = 0