mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
8080625747
The postcodes will only be removed as a 'computed postcode' they are still searchable for the given object.
17 lines
425 B
INI
17 lines
425 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,bad-option-value,no-self-use
|
|
|
|
good-names=i,x,y,fd,db,cc
|