example for 'rcfile' on ale_python_pylint_options

Two hyphens instead of one will enable the option `rcfile`.
This commit is contained in:
Su Shangjun 2017-10-24 08:11:56 -05:00 committed by w0rp
parent b401772d23
commit d644dc797f
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ g:ale_python_pylint_options *g:ale_python_pylint_options*
Python 3, you may want to set >
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.
let g:ale_python_pylint_use_global = 0