summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSu Shangjun <fengdasuk19@gmail.com>2017-10-24 08:11:56 -0500
committerw0rp <devw0rp@gmail.com>2017-10-24 22:43:54 +0100
commitd644dc797f74e446c3301292107ffaf6ed9a6121 (patch)
tree176d1747e906d04f5880f2e3f5ced28689a8b6b8 /doc
parentb401772d23267f16070092d50c944872f74adff0 (diff)
downloadale-d644dc797f74e446c3301292107ffaf6ed9a6121.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.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