]> git.openstreetmap.org Git - nominatim.git/blobdiff - .pylintrc
move filling of postcode table to python
[nominatim.git] / .pylintrc
index 65f97b146ac9ac27ff8a039a3c13dc427a5fe473..6cf97be9b0dd9009802735299406d08ffb48e52d 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -10,4 +10,6 @@ ignored-modules=icu
 # closing added here because it sometimes triggers a false positive with
 # 'with' statements.
 ignored-classes=NominatimArgs,closing
 # closing added here because it sometimes triggers a false positive with
 # 'with' statements.
 ignored-classes=NominatimArgs,closing
-disable=too-few-public-methods
+disable=too-few-public-methods,duplicate-code
+
+good-names=i,x,y