Add full collection for messages #181
checks.yml
on: pull_request
runner / pylint
32s
runner / misspell
24s
Annotations
5 warnings
runner / pylint:
augur/tasks/github/messages/tasks.py#L1
[pylint] reported by reviewdog 🐶
C0114: Missing module docstring (missing-module-docstring)
Raw Output:
augur/tasks/github/messages/tasks.py:1:0: C0114: Missing module docstring (missing-module-docstring)
|
runner / pylint:
augur/tasks/github/messages/tasks.py#L6
[pylint] reported by reviewdog 🐶
W0401: Wildcard import augur.application.db.data_parse (wildcard-import)
Raw Output:
augur/tasks/github/messages/tasks.py:6:0: W0401: Wildcard import augur.application.db.data_parse (wildcard-import)
|
runner / pylint:
augur/tasks/github/messages/tasks.py#L76
[pylint] reported by reviewdog 🐶
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
Raw Output:
augur/tasks/github/messages/tasks.py:76:8: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|
runner / pylint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|