Fix typo in query string #74
Annotations
10 warnings
Run dciborow/[email protected]:
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)
|
Run dciborow/[email protected]:
augur/tasks/start_tasks.py#L13
[pylint] reported by reviewdog 🐶
W0404: Reimport 'signature' (imported line 12) (reimported)
Raw Output:
augur/tasks/start_tasks.py:13:0: W0404: Reimport 'signature' (imported line 12) (reimported)
|
Run dciborow/[email protected]:
augur/tasks/start_tasks.py#L17
[pylint] reported by reviewdog 🐶
W0401: Wildcard import augur.tasks.github (wildcard-import)
Raw Output:
augur/tasks/start_tasks.py:17:0: W0401: Wildcard import augur.tasks.github (wildcard-import)
|
Run dciborow/[email protected]:
augur/tasks/start_tasks.py#L19
[pylint] reported by reviewdog 🐶
W0401: Wildcard import augur.tasks.data_analysis (wildcard-import)
Raw Output:
augur/tasks/start_tasks.py:19:4: W0401: Wildcard import augur.tasks.data_analysis (wildcard-import)
|
Run dciborow/[email protected]:
augur/tasks/start_tasks.py#L20
[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:20: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)
|
Run dciborow/[email protected]:
augur/tasks/start_tasks.py#L21
[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:21:0: C0413: Import "from augur.tasks.github.releases.tasks import collect_releases" should be placed at the top of the module (wrong-import-position)
|
Run dciborow/[email protected]:
augur/tasks/start_tasks.py#L22
[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:22: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)
|
Run dciborow/[email protected]:
augur/tasks/start_tasks.py#L23
[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:23: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)
|
Run dciborow/[email protected]:
augur/tasks/start_tasks.py#L24
[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:24: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)
|
Run dciborow/[email protected]:
augur/tasks/start_tasks.py#L25
[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:25: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)
|
The logs for this run have expired and are no longer available.
Loading