kopia lustrzana https://github.com/inkstitch/inkstitch
set -x
rodzic
ba11af4741
commit
225e727f61
|
@ -156,6 +156,7 @@ before_script:
|
|||
script:
|
||||
- |
|
||||
set -e
|
||||
set -x
|
||||
if [ -n "$LINT" ]; then
|
||||
flake8 . --count --exit-zero --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude=embroidermodder
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=embroidermodder
|
||||
|
|
Ładowanie…
Reference in New Issue