summaryrefslogtreecommitdiff
path: root/doc/ale-python.txt
diff options
context:
space:
mode:
authorSu Shangjun <fengdasuk19@gmail.com>2017-10-24 08:11:56 -0500
committerGitHub <noreply@github.com>2017-10-24 08:11:56 -0500
commitc96e7402ba62e4f40324e0fbf3331dd6dda64b47 (patch)
tree1e84cc171f46bce8533098d85a45df0fc639dab4 /doc/ale-python.txt
parentbe5c7a09ced7b8fd0fa3bf964fa3364ef0751a21 (diff)
downloadale-c96e7402ba62e4f40324e0fbf3331dd6dda64b47.zip
example for 'rcfile' on ale_python_pylint_options
Two hyphens instead of one will enable the option `rcfile`.
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r--doc/ale-python.txt2
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