mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 11:10:30 +03:00
disable new pylint errors, this code is frozen
This commit is contained in:
parent
05bc59c56a
commit
d15a70b833
4 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ confidence=HIGH,INFERENCE
|
|||
# --enable=similarities". If you want to run only the classes checker, but have
|
||||
# no Warning level messages displayed, use"--disable=all --enable=classes
|
||||
# --disable=W"
|
||||
disable=invalid-name,missing-docstring,no-member
|
||||
disable=invalid-name,missing-docstring,missing-timeout,no-member,consider-using-in,raise-missing-from
|
||||
|
||||
|
||||
[MISCELLANEOUS]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue