Use key manager merger into DEV #451
checks.yml
on: pull_request
runner / pylint
26s
runner / misspell
16s
Annotations
10 warnings
runner / pylint:
augur/application/cli/backend.py#L112
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'processes' from outer scope (line 466) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:112:4: W0621: Redefining name 'processes' from outer scope (line 466) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L255
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:255:4: W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L268
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'processes' from outer scope (line 466) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:268:4: W0621: Redefining name 'processes' from outer scope (line 466) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L278
[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:278: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#L287
[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:287:8: C0200: Consider using enumerate instead of iterating with range and len (consider-using-enumerate)
|
runner / pylint:
augur/application/cli/backend.py#L299
[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:299: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#L316
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:316:4: W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L320
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'signal' from outer scope (line 12) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:320:15: W0621: Redefining name 'signal' from outer scope (line 12) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L320
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:320:23: W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L336
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:336:34: W0621: Redefining name 'logger' from outer scope (line 34) (redefined-outer-name)
|