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

@@ -52,7 +52,7 @@ jobs:
run: phpcs --report-width=120 .
- name: Python linting
run: pylint nominatim
run: pylint --extension-pkg-whitelist=osmium nominatim
- name: PHP unit tests
run: phpunit ./