From c96e7402ba62e4f40324e0fbf3331dd6dda64b47 Mon Sep 17 00:00:00 2001 From: Su Shangjun Date: Tue, 24 Oct 2017 08:11:56 -0500 Subject: [PATCH] example for 'rcfile' on ale_python_pylint_options Two hyphens instead of one will enable the option `rcfile`. --- doc/ale-python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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