Add smoke test to PRs #646
checks.yml
on: pull_request
runner / pylint
25s
runner / misspell
16s
Annotations
2 errors and 10 warnings
runner / pylint
Process completed with exit code 1.
|
runner / pylint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
runner / pylint:
augur/application/cli/backend.py#L348
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 35) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:348:41: W0621: Redefining name 'logger' from outer scope (line 35) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L332
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 35) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:332:23: W0621: Redefining name 'logger' from outer scope (line 35) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L332
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'signal' from outer scope (line 12) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:332:15: W0621: Redefining name 'signal' from outer scope (line 12) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L328
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 35) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:328:4: W0621: Redefining name 'logger' from outer scope (line 35) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L311
[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:311: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#L299
[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:299:8: C0200: Consider using enumerate instead of iterating with range and len (consider-using-enumerate)
|
runner / pylint:
augur/application/cli/backend.py#L290
[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:290: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#L280
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'processes' from outer scope (line 478) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:280:4: W0621: Redefining name 'processes' from outer scope (line 478) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L267
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 35) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:267:4: W0621: Redefining name 'logger' from outer scope (line 35) (redefined-outer-name)
|
runner / pylint:
augur/application/cli/backend.py#L120
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'processes' from outer scope (line 478) (redefined-outer-name)
Raw Output:
augur/application/cli/backend.py:120:4: W0621: Redefining name 'processes' from outer scope (line 478) (redefined-outer-name)
|