X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/c077050855c2788c601dc0dc9d870552ebc52897..a48ebd9b477318bc5fdb44d7dc6bbf695911a4b9:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 552d1da1..6798c39d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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