Skip to content

Add CKAN, MuckRock source collection scrapers #80

Add CKAN, MuckRock source collection scrapers

Add CKAN, MuckRock source collection scrapers #80

Triggered via pull request November 16, 2024 00:41
Status Failure
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

python_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Lint: source_collectors/ckan/scrape_ckan_data_portals.py#L271
[flake8] reported by reviewdog 🐶 whitespace before ':' Raw Output: ./source_collectors/ckan/scrape_ckan_data_portals.py:271: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/common_crawler/cache.py#L45
[flake8] reported by reviewdog 🐶 too many blank lines (2) Raw Output: ./source_collectors/common_crawler/cache.py:45:5: E303 too many blank lines (2)
Lint: source_collectors/common_crawler/cache.py#L62
[flake8] reported by reviewdog 🐶 too many blank lines (2) Raw Output: ./source_collectors/common_crawler/cache.py:62:5: E303 too many blank lines (2)
Lint: source_collectors/common_crawler/cache.py#L75
[flake8] reported by reviewdog 🐶 too many blank lines (2) Raw Output: ./source_collectors/common_crawler/cache.py:75:5: E303 too many blank lines (2)
Lint: source_collectors/common_crawler/cache.py#L86
[flake8] reported by reviewdog 🐶 too many blank lines (2) Raw Output: ./source_collectors/common_crawler/cache.py:86:5: E303 too many blank lines (2)
Lint: source_collectors/common_crawler/crawler.py#L20
[flake8] reported by reviewdog 🐶 too many blank lines (3) Raw Output: ./source_collectors/common_crawler/crawler.py:20:1: E303 too many blank lines (3)
Lint: source_collectors/common_crawler/csv_manager.py#L32
[flake8] reported by reviewdog 🐶 indentation is not a multiple of 4 Raw Output: ./source_collectors/common_crawler/csv_manager.py:32:14: E111 indentation is not a multiple of 4
Lint: source_collectors/common_crawler/csv_manager.py#L32
[flake8] reported by reviewdog 🐶 over-indented Raw Output: ./source_collectors/common_crawler/csv_manager.py:32:14: E117 over-indented
Lint: source_collectors/common_crawler/main.py#L42
[flake8] reported by reviewdog 🐶 expected 2 blank lines after class or function definition, found 1 Raw Output: ./source_collectors/common_crawler/main.py:42:1: E305 expected 2 blank lines after class or function definition, found 1
Lint: source_collectors/ckan/ckan_scraper_toolkit.py#L18
[flake8] reported by reviewdog 🐶 Missing docstring in public class Raw Output: ./source_collectors/ckan/ckan_scraper_toolkit.py:18:1: D101 Missing docstring in public class
Lint: source_collectors/ckan/ckan_scraper_toolkit.py#L29
[flake8] reported by reviewdog 🐶 Missing docstring in public method Raw Output: ./source_collectors/ckan/ckan_scraper_toolkit.py:29:1: D102 Missing docstring in public method
Lint: source_collectors/ckan/scrape_ckan_data_portals.py#L3
[flake8] reported by reviewdog 🐶 'json' imported but unused Raw Output: ./source_collectors/ckan/scrape_ckan_data_portals.py:3:1: F401 'json' imported but unused
Lint: source_collectors/ckan/scrape_ckan_data_portals.py#L62
[flake8] reported by reviewdog 🐶 line break before binary operator Raw Output: ./source_collectors/ckan/scrape_ckan_data_portals.py:62:17: W503 line break before binary operator
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#L88
[flake8] reported by reviewdog 🐶 line break before binary operator Raw Output: ./source_collectors/ckan/scrape_ckan_data_portals.py:88:13: 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#L249
[flake8] reported by reviewdog 🐶 Missing docstring in public function Raw Output: ./source_collectors/ckan/scrape_ckan_data_portals.py:249: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/argparser.py#L1
[flake8] reported by reviewdog 🐶 Missing docstring in public module Raw Output: ./source_collectors/common_crawler/argparser.py:1:1: D100 Missing docstring in public module