mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
7d19209fa1
This is triggered by UserDict which is meant of deriving.
17 lines
393 B
INI
17 lines
393 B
INI
[MASTER]
|
|
|
|
extension-pkg-whitelist=osmium
|
|
ignored-modules=icu,datrie
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
[TYPECHECK]
|
|
|
|
# closing added here because it sometimes triggers a false positive with
|
|
# 'with' statements.
|
|
ignored-classes=NominatimArgs,closing
|
|
# 'too-many-ancestors' is triggered already by deriving from UserDict
|
|
disable=too-few-public-methods,duplicate-code,too-many-ancestors
|
|
|
|
good-names=i,x,y,fd,db
|