mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
add a function to return a formatted version
Replaces the various repeated format strings throughout the code.
This commit is contained in:
@@ -11,6 +11,6 @@ ignored-modules=icu,datrie
|
||||
# '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
|
||||
disable=too-few-public-methods,duplicate-code,too-many-ancestors,bad-option-value
|
||||
|
||||
good-names=i,x,y,fd,db
|
||||
|
||||
Reference in New Issue
Block a user