mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
example for 'rcfile' on ale_python_pylint_options
Two hyphens instead of one will enable the option `rcfile`.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user