Skip to content

Dev patch release

Dev patch release #169

Triggered via pull request April 25, 2024 16:34
@sgogginssgoggins
opened #2774
dev
Status Success
Total duration 57s
Artifacts

checks.yml

on: pull_request
runner / pylint
30s
runner / pylint
runner / misspell
24s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
runner / pylint: augur/tasks/start_tasks.py#L325
[pylint] reported by reviewdog 🐶 W0511: TODO: Isaac needs to normalize the status's to be abstract in the (fixme) Raw Output: augur/tasks/start_tasks.py:325:5: W0511: TODO: Isaac needs to normalize the status's to be abstract in the (fixme)
runner / pylint: augur/tasks/start_tasks.py#L1
[pylint] reported by reviewdog 🐶 C0114: Missing module docstring (missing-module-docstring) Raw Output: augur/tasks/start_tasks.py:1:0: C0114: Missing module docstring (missing-module-docstring)
runner / pylint: augur/tasks/start_tasks.py#L9
[pylint] reported by reviewdog 🐶 W0401: Wildcard import augur.tasks.github (wildcard-import) Raw Output: augur/tasks/start_tasks.py:9:0: W0401: Wildcard import augur.tasks.github (wildcard-import)
runner / pylint: augur/tasks/start_tasks.py#L11
[pylint] reported by reviewdog 🐶 W0401: Wildcard import augur.tasks.data_analysis (wildcard-import) Raw Output: augur/tasks/start_tasks.py:11:4: W0401: Wildcard import augur.tasks.data_analysis (wildcard-import)
runner / pylint: augur/tasks/start_tasks.py#L12
[pylint] reported by reviewdog 🐶 C0413: Import "from augur.tasks.github.detect_move.tasks import detect_github_repo_move_core, detect_github_repo_move_secondary" should be placed at the top of the module (wrong-import-position) Raw Output: augur/tasks/start_tasks.py:12:0: C0413: Import "from augur.tasks.github.detect_move.tasks import detect_github_repo_move_core, detect_github_repo_move_secondary" should be placed at the top of the module (wrong-import-position)
runner / pylint: augur/tasks/start_tasks.py#L13
[pylint] reported by reviewdog 🐶 C0413: Import "from augur.tasks.github.releases.tasks import collect_releases" should be placed at the top of the module (wrong-import-position) Raw Output: augur/tasks/start_tasks.py:13:0: C0413: Import "from augur.tasks.github.releases.tasks import collect_releases" should be placed at the top of the module (wrong-import-position)
runner / pylint: augur/tasks/start_tasks.py#L14
[pylint] reported by reviewdog 🐶 C0413: Import "from augur.tasks.github.repo_info.tasks import collect_repo_info, collect_linux_badge_info" should be placed at the top of the module (wrong-import-position) Raw Output: augur/tasks/start_tasks.py:14:0: C0413: Import "from augur.tasks.github.repo_info.tasks import collect_repo_info, collect_linux_badge_info" should be placed at the top of the module (wrong-import-position)
runner / pylint: augur/tasks/start_tasks.py#L15
[pylint] reported by reviewdog 🐶 C0413: Import "from augur.tasks.github.pull_requests.files_model.tasks import process_pull_request_files" should be placed at the top of the module (wrong-import-position) Raw Output: augur/tasks/start_tasks.py:15:0: C0413: Import "from augur.tasks.github.pull_requests.files_model.tasks import process_pull_request_files" should be placed at the top of the module (wrong-import-position)
runner / pylint: augur/tasks/start_tasks.py#L16
[pylint] reported by reviewdog 🐶 C0413: Import "from augur.tasks.github.pull_requests.commits_model.tasks import process_pull_request_commits" should be placed at the top of the module (wrong-import-position) Raw Output: augur/tasks/start_tasks.py:16:0: C0413: Import "from augur.tasks.github.pull_requests.commits_model.tasks import process_pull_request_commits" should be placed at the top of the module (wrong-import-position)
runner / pylint: augur/tasks/start_tasks.py#L17
[pylint] reported by reviewdog 🐶 C0413: Import "from augur.tasks.git.dependency_tasks.tasks import process_ossf_dependency_metrics" should be placed at the top of the module (wrong-import-position) Raw Output: augur/tasks/start_tasks.py:17:0: C0413: Import "from augur.tasks.git.dependency_tasks.tasks import process_ossf_dependency_metrics" should be placed at the top of the module (wrong-import-position)