forked from hans/Nominatim
whitelist pyosmium for pylint
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user