Skip to content

Reduce dependency on create_collection_status_record tasks #478

Reduce dependency on create_collection_status_record tasks

Reduce dependency on create_collection_status_record tasks #478

Triggered via pull request February 26, 2025 01:25
Status Success
Total duration 35s
Artifacts

checks.yml

on: pull_request
runner / pylint
26s
runner / pylint
runner / misspell
16s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
runner / pylint: augur/application/cli/backend.py#L115
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'processes' from outer scope (line 469) (redefined-outer-name) Raw Output: augur/application/cli/backend.py:115:4: W0621: Redefining name 'processes' from outer scope (line 469) (redefined-outer-name)
runner / pylint: augur/application/cli/backend.py#L258
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name) Raw Output: augur/application/cli/backend.py:258:4: W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
runner / pylint: augur/application/cli/backend.py#L271
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'processes' from outer scope (line 469) (redefined-outer-name) Raw Output: augur/application/cli/backend.py:271:4: W0621: Redefining name 'processes' from outer scope (line 469) (redefined-outer-name)
runner / pylint: augur/application/cli/backend.py#L281
[pylint] reported by reviewdog 🐶 C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len) Raw Output: augur/application/cli/backend.py:281:7: C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len)
runner / pylint: augur/application/cli/backend.py#L290
[pylint] reported by reviewdog 🐶 C0200: Consider using enumerate instead of iterating with range and len (consider-using-enumerate) Raw Output: augur/application/cli/backend.py:290:8: C0200: Consider using enumerate instead of iterating with range and len (consider-using-enumerate)
runner / pylint: augur/application/cli/backend.py#L302
[pylint] reported by reviewdog 🐶 C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len) Raw Output: augur/application/cli/backend.py:302:11: C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len)
runner / pylint: augur/application/cli/backend.py#L319
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name) Raw Output: augur/application/cli/backend.py:319:4: W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
runner / pylint: augur/application/cli/backend.py#L323
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'signal' from outer scope (line 12) (redefined-outer-name) Raw Output: augur/application/cli/backend.py:323:15: W0621: Redefining name 'signal' from outer scope (line 12) (redefined-outer-name)
runner / pylint: augur/application/cli/backend.py#L323
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name) Raw Output: augur/application/cli/backend.py:323:23: W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
runner / pylint: augur/application/cli/backend.py#L488
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'processes' from outer scope (line 469) (redefined-outer-name) Raw Output: augur/application/cli/backend.py:488:35: W0621: Redefining name 'processes' from outer scope (line 469) (redefined-outer-name)