Add exit-zero to the flake8 command for pep8

This commit is contained in:
amercader 2019-10-03 11:39:24 +02:00
parent 5ffe6d4bfa
commit 57718973ce
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude ckan
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --max-line-length=127 --statistics --exclude ckan
- flake8 . --count --max-line-length=127 --statistics --exclude ckan --exit-zero