Add CKAN, MuckRock source collection scrapers #86
Annotations
4 errors and 10 warnings
Lint:
source_collectors/ckan/scrape_ckan_data_portals.py#L272
[flake8] reported by reviewdog 🐶
whitespace before ':'
Raw Output:
./source_collectors/ckan/scrape_ckan_data_portals.py:272:80: E203 whitespace before ':'
|
Lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Lint:
source_collectors/muckrock/create_foia_data_db.py#L132
[flake8] reported by reviewdog 🐶
SyntaxError: unterminated string literal (detected at line 132)
Raw Output:
./source_collectors/muckrock/create_foia_data_db.py:132:14: E999 SyntaxError: unterminated string literal (detected at line 132)
|
Lint
Process completed with exit code 1.
|
Lint:
source_collectors/ckan/ckan_scraper_toolkit.py#L19
[flake8] reported by reviewdog 🐶
Missing docstring in public class
Raw Output:
./source_collectors/ckan/ckan_scraper_toolkit.py:19:1: D101 Missing docstring in public class
|
Lint:
source_collectors/ckan/ckan_scraper_toolkit.py#L30
[flake8] reported by reviewdog 🐶
Missing docstring in public method
Raw Output:
./source_collectors/ckan/ckan_scraper_toolkit.py:30:1: D102 Missing docstring in public method
|
Lint:
source_collectors/ckan/scrape_ckan_data_portals.py#L4
[flake8] reported by reviewdog 🐶
'json' imported but unused
Raw Output:
./source_collectors/ckan/scrape_ckan_data_portals.py:4:1: F401 'json' imported but unused
|
Lint:
source_collectors/ckan/scrape_ckan_data_portals.py#L63
[flake8] reported by reviewdog 🐶
line break before binary operator
Raw Output:
./source_collectors/ckan/scrape_ckan_data_portals.py:63:17: W503 line break before binary operator
|
Lint:
source_collectors/ckan/scrape_ckan_data_portals.py#L64
[flake8] reported by reviewdog 🐶
line break before binary operator
Raw Output:
./source_collectors/ckan/scrape_ckan_data_portals.py:64:17: W503 line break before binary operator
|
Lint:
source_collectors/ckan/scrape_ckan_data_portals.py#L89
[flake8] reported by reviewdog 🐶
line break before binary operator
Raw Output:
./source_collectors/ckan/scrape_ckan_data_portals.py:89:13: W503 line break before binary operator
|
Lint:
source_collectors/ckan/scrape_ckan_data_portals.py#L90
[flake8] reported by reviewdog 🐶
line break before binary operator
Raw Output:
./source_collectors/ckan/scrape_ckan_data_portals.py:90:13: W503 line break before binary operator
|
Lint:
source_collectors/ckan/scrape_ckan_data_portals.py#L250
[flake8] reported by reviewdog 🐶
Missing docstring in public function
Raw Output:
./source_collectors/ckan/scrape_ckan_data_portals.py:250:1: D103 Missing docstring in public function
|
Lint:
source_collectors/ckan/search_terms.py#L1
[flake8] reported by reviewdog 🐶
Missing docstring in public module
Raw Output:
./source_collectors/ckan/search_terms.py:1:1: D100 Missing docstring in public module
|
Lint:
source_collectors/common_crawler/cache.py#L59
[flake8] reported by reviewdog 🐶
line break before binary operator
Raw Output:
./source_collectors/common_crawler/cache.py:59:13: W503 line break before binary operator
|