2021-02-24 19:21:45 +03:00
|
|
|
[MASTER]
|
|
|
|
|
|
|
|
extension-pkg-whitelist=osmium
|
2021-06-09 16:07:36 +03:00
|
|
|
ignored-modules=icu,datrie
|
2021-02-24 19:21:45 +03:00
|
|
|
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
|
|
|
|
[TYPECHECK]
|
|
|
|
|
|
|
|
# closing added here because it sometimes triggers a false positive with
|
|
|
|
# 'with' statements.
|
|
|
|
ignored-classes=NominatimArgs,closing
|
2022-02-07 13:49:18 +03:00
|
|
|
# 'too-many-ancestors' is triggered already by deriving from UserDict
|
2022-05-11 11:25:00 +03:00
|
|
|
disable=too-few-public-methods,duplicate-code,too-many-ancestors,bad-option-value,no-self-use
|
2021-05-12 20:57:48 +03:00
|
|
|
|
2022-05-12 12:43:47 +03:00
|
|
|
good-names=i,x,y,fd,db,cc
|