From bedd30ee11953bde13856c32a1b8b7a17ef5916a Mon Sep 17 00:00:00 2001 From: Nicolas Pauss Date: Mon, 25 Jun 2018 09:51:50 +0200 Subject: Improve pyrex cython linter. Like many other linters, use variables for the executable and options used by the linter. By default, the linter now report every warnings as errors with `--warning-errors`. Also add include directory and set working directory to file directory. --- doc/ale-pyrex.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/ale-pyrex.txt (limited to 'doc/ale-pyrex.txt') diff --git a/doc/ale-pyrex.txt b/doc/ale-pyrex.txt new file mode 100644 index 00000000..245e611f --- /dev/null +++ b/doc/ale-pyrex.txt @@ -0,0 +1,25 @@ +=============================================================================== +ALE Pyrex (Cython) Integration *ale-pyrex-options* + + +=============================================================================== +cython *ale-pyrex-cython* + +g:ale_pyrex_cython_executable *g:ale_pyrex_cython_executable* + *b:ale_pyrex_cython_executable* + Type: |String| + Default: `'cython'` + + This variable can be changed to use a different executable for cython. + + +g:ale_pyrex_cython_options *g:ale_pyrex_cython_options* + *b:ale_pyrex_cython_options* + Type: |String| + Default: `'--warning-extra --warning-errors'` + + This variable can be changed to modify flags given to cython. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: -- cgit v1.2.3