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.
This commit is contained in:
Nicolas Pauss
2018-06-25 09:51:50 +02:00
committed by Nicolas Pauss
parent 620951b6d3
commit bedd30ee11
3 changed files with 47 additions and 3 deletions
+2
View File
@@ -185,6 +185,8 @@ CONTENTS *ale-contents*
puglint.............................|ale-pug-puglint|
puppet................................|ale-puppet-options|
puppetlint..........................|ale-puppet-puppetlint|
pyrex (cython)........................|ale-pyrex-options|
cython..............................|ale-pyrex-cython|
python................................|ale-python-options|
autopep8............................|ale-python-autopep8|
black...............................|ale-python-black|