feat: contributor metric #820
checks.yml
on: pull_request
runner / check docs
17s
runner / pylint
29s
runner / misspell
16s
runner / uv-lock
8s
Annotations
7 warnings
runner / pylint:
augur/tasks/start_tasks.py#L300
[pylint] reported by reviewdog 🐶
E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter)
Raw Output:
augur/tasks/start_tasks.py:300:12: E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter)
|
runner / pylint:
augur/tasks/init/celery_app.py#L86
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 24) (redefined-outer-name)
Raw Output:
augur/tasks/init/celery_app.py:86:8: W0621: Redefining name 'logger' from outer scope (line 24) (redefined-outer-name)
|
runner / pylint:
augur/tasks/contributors_engagement/utils.py#L7
[pylint] reported by reviewdog 🐶
W0611: Unused Contributor imported from augur.application.db.models (unused-import)
Raw Output:
augur/tasks/contributors_engagement/utils.py:7:0: W0611: Unused Contributor imported from augur.application.db.models (unused-import)
|
runner / pylint:
augur/tasks/contributors_engagement/utils.py#L4
[pylint] reported by reviewdog 🐶
W0611: Unused timedelta imported from datetime (unused-import)
Raw Output:
augur/tasks/contributors_engagement/utils.py:4:0: W0611: Unused timedelta imported from datetime (unused-import)
|
runner / pylint:
augur/tasks/contributors_engagement/utils.py#L4
[pylint] reported by reviewdog 🐶
W0611: Unused datetime imported from datetime (unused-import)
Raw Output:
augur/tasks/contributors_engagement/utils.py:4:0: W0611: Unused datetime imported from datetime (unused-import)
|
runner / pylint:
augur/tasks/contributors_engagement/utils.py#L3
[pylint] reported by reviewdog 🐶
W0611: Unused Optional imported from typing (unused-import)
Raw Output:
augur/tasks/contributors_engagement/utils.py:3:0: W0611: Unused Optional imported from typing (unused-import)
|
runner / pylint:
augur/tasks/contributors_engagement/utils.py#L13
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'queries_file_path' from outer scope (line 82) (redefined-outer-name)
Raw Output:
augur/tasks/contributors_engagement/utils.py:13:23: W0621: Redefining name 'queries_file_path' from outer scope (line 82) (redefined-outer-name)
|