mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 18:50:29 +03:00
gitlab-ci: run Debian/buster job on all commits
This commit is contained in:
parent
f5f61155ae
commit
80a467134f
2 changed files with 6 additions and 7 deletions
|
|
@ -53,10 +53,11 @@ fi
|
|||
# * E501: line too long (82 > 79 characters)
|
||||
# - Recommended for readability but not enforced
|
||||
# - Some lines are awkward to wrap around a char limit
|
||||
# * E741: ambiguous variable name 'l'
|
||||
# * W503: line break before binary operator
|
||||
# - Quite pedantic
|
||||
|
||||
PEP8_IGNORE="E123,E501,W503"
|
||||
PEP8_IGNORE="E123,E501,E741,W503"
|
||||
|
||||
err() {
|
||||
echo >&2 ERROR: "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue