Merge Bug Fixes Back into DEV #410
checks.yml
on: pull_request
runner / pylint
22s
runner / misspell
19s
Annotations
9 warnings
runner / pylint:
augur/tasks/git/dependency_tasks/core.py#L9
[pylint] reported by reviewdog 🐶
W0611: Unused GithubRandomKeyAuth imported from augur.tasks.github.util.github_random_key_auth (unused-import)
Raw Output:
augur/tasks/git/dependency_tasks/core.py:9:0: W0611: Unused GithubRandomKeyAuth imported from augur.tasks.github.util.github_random_key_auth (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L2
[pylint] reported by reviewdog 🐶
W0611: Unused import traceback (unused-import)
Raw Output:
augur/tasks/github/events.py:2:0: W0611: Unused import traceback (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L3
[pylint] reported by reviewdog 🐶
W0611: Unused sqlalchemy imported as s (unused-import)
Raw Output:
augur/tasks/github/events.py:3:0: W0611: Unused sqlalchemy imported as s (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L14
[pylint] reported by reviewdog 🐶
W0611: Unused CollectionStatus imported from augur.application.db.models (unused-import)
Raw Output:
augur/tasks/github/events.py:14:0: W0611: Unused CollectionStatus imported from augur.application.db.models (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L15
[pylint] reported by reviewdog 🐶
W0611: Unused get_session imported from augur.application.db.lib (unused-import)
Raw Output:
augur/tasks/github/events.py:15:0: W0611: Unused get_session imported from augur.application.db.lib (unused-import)
|
runner / pylint:
augur/tasks/gitlab/issues_task.py#L39
[pylint] reported by reviewdog 🐶
R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Raw Output:
augur/tasks/gitlab/issues_task.py:39:8: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
runner / pylint:
augur/tasks/gitlab/merge_request_task.py#L35
[pylint] reported by reviewdog 🐶
R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Raw Output:
augur/tasks/gitlab/merge_request_task.py:35:4: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
runner / pylint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
runner / pylint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|