]> git.openstreetmap.org Git - nominatim.git/blobdiff - CONTRIBUTING.md
move SearchDescription building into tokens
[nominatim.git] / CONTRIBUTING.md
index 552d1da1d285d0676509e385d982e3f1802574b5..6798c39dc1fcde20525204cd2af4abbc2e392e2a 100644 (file)
@@ -53,7 +53,7 @@ The coding style is enforced with PHPCS and pylint. It can be tested with:
 
 ```
 phpcs --report-width=120 --colors .
-pylint3 nominatim
+pylint3 --extension-pkg-whitelist=osmium nominatim
 ```
 
 ## Testing