diff options
author | w0rp <devw0rp@gmail.com> | 2018-01-11 16:43:10 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-01-11 16:43:10 +0000 |
commit | adba2bd919d5463e16c586a90698588cca9725b6 (patch) | |
tree | c033331680cbb79ae94af677642ac76a0b0a5b1b /doc | |
parent | f1747901cc00abb7becb64c02bfccad46b66ed21 (diff) | |
download | ale-adba2bd919d5463e16c586a90698588cca9725b6.zip |
Allow syntax errors for mypy to be ignored
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-python.txt | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index 742a8544..4d55e751 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -104,6 +104,16 @@ g:ale_python_mypy_executable *g:ale_python_mypy_executable* See |ale-integrations-local-executables| +g:ale_python_mypy_ignore_invalid_syntax + *g:ale_python_mypy_ignore_invalid_syntax* + *b:ale_python_mypy_ignore_invalid_syntax* + Type: |Number| + Default: `0` + + When set to `1`, syntax error messages for mypy will be ignored. This option + can be used when running other Python linters which check for syntax errors, + as mypy can take a while to finish executing. + g:ale_python_mypy_options *g:ale_python_mypy_options* *b:ale_python_mypy_options* @@ -125,16 +135,16 @@ g:ale_python_mypy_use_global *g:ale_python_mypy_use_global* =============================================================================== prospector *ale-python-prospector* -g:ale_python_prospector_executable *g:ale_python_prospector_executable* - *b:ale_python_prospector_executable* +g:ale_python_prospector_executable *g:ale_python_prospector_executable* + *b:ale_python_prospector_executable* Type: |String| Default: `'prospector'` See |ale-integrations-local-executables| -g:ale_python_prospector_options *g:ale_python_prospector_options* - *b:ale_python_prospector_options* +g:ale_python_prospector_options *g:ale_python_prospector_options* + *b:ale_python_prospector_options* Type: |String| Default: `''` @@ -154,8 +164,8 @@ g:ale_python_prospector_options *g:ale_python_prospector_option `python3 -m pip install --user prospector`). -g:ale_python_prospector_use_global *g:ale_python_prospector_use_global* - *b:ale_python_prospector_use_global* +g:ale_python_prospector_use_global *g:ale_python_prospector_use_global* + *b:ale_python_prospector_use_global* Type: |Number| Default: `0` |