Add exit-zero to the flake8 command for pep8
This commit is contained in:
parent
5ffe6d4bfa
commit
57718973ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue