mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-10 11:42:13 +03:00
16 lines
304 B
INI
16 lines
304 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
|
|
disable=too-few-public-methods,duplicate-code
|
|
|
|
good-names=i,x,y,fd,db
|