]> git.openstreetmap.org Git - nominatim.git/blobdiff - CONTRIBUTING.md
look up different OSM types in placex separately
[nominatim.git] / CONTRIBUTING.md
index 7da4d7d06bb4957bee81982fd8a413b6b4567774..78c4dd67e1260cbec4159b868ea6e6d3cdb31b90 100644 (file)
@@ -60,10 +60,10 @@ are in process of consolidating the style. The following rules apply:
    * leave out space between a function name and bracket
      but add one between control statement(if, while, etc.) and bracket
 
-The coding style is enforced with pylint. It can be tested with:
+The coding style is enforced with flake8. It can be tested with:
 
 ```
-pylint3 --extension-pkg-whitelist=osmium nominatim
+make lint
 ```
 
 ## Testing