]> git.openstreetmap.org Git - nominatim.git/blob - .pylintrc
documentation: update example output of lookup endpoint
[nominatim.git] / .pylintrc
1 [MASTER]
2
3 extension-pkg-whitelist=osmium
4 ignored-modules=icu,datrie
5
6 [MESSAGES CONTROL]
7
8 [TYPECHECK]
9
10 # closing added here because it sometimes triggers a false positive with
11 # 'with' statements.
12 ignored-classes=NominatimArgs,closing
13 # 'too-many-ancestors' is triggered already by deriving from UserDict
14 disable=too-few-public-methods,duplicate-code,too-many-ancestors
15
16 good-names=i,x,y,fd,db