pull/181/head
Lex Neva 2018-06-03 11:26:22 -04:00
rodzic ba11af4741
commit 225e727f61
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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