Add CKAN, MuckRock source collection scrapers #88
Annotations
3 errors and 10 warnings
flake8 Lint with Reviewdog:
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)
|
flake8 Lint with Reviewdog
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
|
flake8 Lint with Reviewdog
Process completed with exit code 1.
|
flake8 Lint with Reviewdog:
source_collectors/ckan/ckan_scraper_toolkit.py#L20
[flake8] reported by reviewdog 🐶
1 blank line required after class docstring
Raw Output:
./source_collectors/ckan/ckan_scraper_toolkit.py:20:1: D204 1 blank line required after class docstring
|
flake8 Lint with Reviewdog:
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
|
flake8 Lint with Reviewdog:
source_collectors/common_crawler/crawler.py#L21
[flake8] reported by reviewdog 🐶
1 blank line required after class docstring
Raw Output:
./source_collectors/common_crawler/crawler.py:21:1: D204 1 blank line required after class docstring
|
flake8 Lint with Reviewdog:
source_collectors/common_crawler/main.py#L31
[flake8] reported by reviewdog 🐶
1 blank line required after class docstring
Raw Output:
./source_collectors/common_crawler/main.py:31:1: D204 1 blank line required after class docstring
|
flake8 Lint with Reviewdog:
source_collectors/muckrock/download_muckrock_foia.py#L11
[flake8] reported by reviewdog 🐶
'csv' imported but unused
Raw Output:
./source_collectors/muckrock/download_muckrock_foia.py:11:1: F401 'csv' imported but unused
|
flake8 Lint with Reviewdog:
source_collectors/muckrock/download_muckrock_foia.py#L12
[flake8] reported by reviewdog 🐶
'time' imported but unused
Raw Output:
./source_collectors/muckrock/download_muckrock_foia.py:12:1: F401 'time' imported but unused
|
flake8 Lint with Reviewdog:
source_collectors/muckrock/generate_detailed_muckrock_csv.py#L1
[flake8] reported by reviewdog 🐶
Missing docstring in public module
Raw Output:
./source_collectors/muckrock/generate_detailed_muckrock_csv.py:1:1: D100 Missing docstring in public module
|
flake8 Lint with Reviewdog:
source_collectors/muckrock/get_allegheny_foias.py#L11
[flake8] reported by reviewdog 🐶
First word of the first line should be properly capitalized
Raw Output:
./source_collectors/muckrock/get_allegheny_foias.py:11:1: D403 First word of the first line should be properly capitalized
|
flake8 Lint with Reviewdog:
source_collectors/muckrock/get_allegheny_foias.py#L45
[flake8] reported by reviewdog 🐶
First word of the first line should be properly capitalized
Raw Output:
./source_collectors/muckrock/get_allegheny_foias.py:45:1: D403 First word of the first line should be properly capitalized
|
flake8 Lint with Reviewdog:
source_collectors/muckrock/search_local_foia_json.py#L23
[flake8] reported by reviewdog 🐶
First word of the first line should be properly capitalized
Raw Output:
./source_collectors/muckrock/search_local_foia_json.py:23:1: D403 First word of the first line should be properly capitalized
|
Loading