whitelist pyosmium for pylint

This commit is contained in:
Sarah Hoffmann
2021-01-30 15:52:49 +01:00
parent 4cb6dc01f3
commit 01e0fd7e13
3 changed files with 3 additions and 3 deletions

View 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