diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-10-24 22:06:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 22:06:38 +0100 |
commit | 5a91f7e19f1eab027bfd93098d80e1cdd847f918 (patch) | |
tree | 1e84cc171f46bce8533098d85a45df0fc639dab4 | |
parent | be5c7a09ced7b8fd0fa3bf964fa3364ef0751a21 (diff) | |
parent | c96e7402ba62e4f40324e0fbf3331dd6dda64b47 (diff) | |
download | ale-5a91f7e19f1eab027bfd93098d80e1cdd847f918.zip |
Merge pull request #1043 from fengdasuk19/fengdasuk19-pylint-rcfile
example for 'rcfile' on ale_python_pylint_options
-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 |