Skip to content
Snippets Groups Projects

Update CI config

Open Bo-Chun Chen requested to merge github/fork/diedpigs/update-ci-config into feat-cod-rmq
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -28,6 +28,6 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
#flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --max-line-length=79 --show-source --statistics
flake8 .
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
#flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
Loading