Skip to content

Fixed the Typo in current version #102

Fixed the Typo in current version

Fixed the Typo in current version #102

Triggered via pull request February 25, 2024 21:26
Status Success
Total duration 38s
Artifacts

checks.yml

on: pull_request
runner / pylint
30s
runner / pylint
runner / misspell
10s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
runner / pylint: augur/tasks/git/dependency_libyear_tasks/core.py#L1
[pylint] reported by reviewdog 🐶 C0114: Missing module docstring (missing-module-docstring) Raw Output: augur/tasks/git/dependency_libyear_tasks/core.py:1:0: C0114: Missing module docstring (missing-module-docstring)
runner / pylint: augur/tasks/git/dependency_libyear_tasks/core.py#L5
[pylint] reported by reviewdog 🐶 C0410: Multiple imports on one line (os, subprocess) (multiple-imports) Raw Output: augur/tasks/git/dependency_libyear_tasks/core.py:5:0: C0410: Multiple imports on one line (os, subprocess) (multiple-imports)
runner / pylint: augur/tasks/git/dependency_libyear_tasks/core.py#L8
[pylint] reported by reviewdog 🐶 W0401: Wildcard import augur.application.db.models (wildcard-import) Raw Output: augur/tasks/git/dependency_libyear_tasks/core.py:8:0: W0401: Wildcard import augur.application.db.models (wildcard-import)
runner / pylint: augur/tasks/git/dependency_libyear_tasks/core.py#L16
[pylint] reported by reviewdog 🐶 W0613: Unused argument 'repo_group_id' (unused-argument) Raw Output: augur/tasks/git/dependency_libyear_tasks/core.py:16:50: W0613: Unused argument 'repo_group_id' (unused-argument)
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/