diff options
author | Su Shangjun <fengdasuk19@gmail.com> | 2017-10-24 08:11:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 08:11:56 -0500 |
commit | c96e7402ba62e4f40324e0fbf3331dd6dda64b47 (patch) | |
tree | 1e84cc171f46bce8533098d85a45df0fc639dab4 /doc | |
parent | be5c7a09ced7b8fd0fa3bf964fa3364ef0751a21 (diff) | |
download | ale-c96e7402ba62e4f40324e0fbf3331dd6dda64b47.zip |
example for 'rcfile' on ale_python_pylint_options
Two hyphens instead of one will enable the option `rcfile`.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index a8d033e2..755094a3 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -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 |