mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
disable new pylint/pep8 errors, this code is frozen
This commit is contained in:
parent
6774ab7a92
commit
5abdb46de8
1 changed files with 3 additions and 1 deletions
|
@ -62,9 +62,11 @@ fi
|
|||
# - Some lines are awkward to wrap around a char limit
|
||||
# * W503: line break before binary operator
|
||||
# - Quite pedantic
|
||||
# * E275: missing whitespace after keyword
|
||||
# - added after this code was frozen
|
||||
|
||||
|
||||
PEP8_IGNORE="E123,E203,E501,W503"
|
||||
PEP8_IGNORE="E123,E203,E275,E501,W503"
|
||||
|
||||
err() {
|
||||
echo >&2 ERROR: "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue