mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-22 20:55:19 -04:00
disable new pylint/pep8 errors, this code is frozen
This commit is contained in:
1 parent
d15a70b833
commit
df2c26d697
1 file changed
+3
-1
+3
-1
@@ -60,8 +60,10 @@ 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,E501,W503"
|
||||
PEP8_IGNORE="E123,E275,E501,W503"
|
||||
|
||||
err() {
|
||||
echo >&2 ERROR: "$@"
|
||||
|
||||
Reference in new issue
Block a user