kopia lustrzana https://github.com/inkstitch/inkstitch
don't lint embroidermodder's python files
rodzic
0cbf3544b7
commit
2e3e43e1ca
|
@ -69,8 +69,8 @@ before_script:
|
|||
script:
|
||||
- |
|
||||
if [ -n "$LINT" ]; then
|
||||
flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
flake8 . --count --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
|
||||
elif [ -n "$BUILD" ]; then
|
||||
(
|
||||
cd embroidermodder/experimental
|
||||
|
|
Ładowanie…
Reference in New Issue