Add Commit Message Table and Add Commit Messages to Facade Collection #329
checks.yml
on: pull_request
runner / pylint
27s
runner / misspell
21s
Annotations
4 warnings
runner / pylint:
augur/tasks/git/facade_tasks.py#L37
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'traceback' from outer scope (line 13) (redefined-outer-name)
Raw Output:
augur/tasks/git/facade_tasks.py:37:37: W0621: Redefining name 'traceback' from outer scope (line 13) (redefined-outer-name)
|
runner / pylint:
augur/tasks/git/facade_tasks.py#L196
[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/tasks/git/facade_tasks.py:196:7: C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len)
|
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 uses Node.js version which is deprecated 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/
|