Skip to content

Add full collection for messages #181

Add full collection for messages

Add full collection for messages #181

Triggered via pull request May 10, 2024 16:00
Status Success
Total duration 42s
Artifacts

checks.yml

on: pull_request
runner / pylint
32s
runner / pylint
runner / misspell
24s
runner / misspell
Fit to window
Zoom out
Zoom in

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/