Skip to content

Dev Release to Main #36

Dev Release to Main

Dev Release to Main #36

Triggered via pull request January 26, 2024 17:46
@sgogginssgoggins
synchronize #2665
dev
Status Success
Total duration 41s
Artifacts

checks.yml

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

Annotations

10 warnings
runner / pylint: augur/api/view/api.py#L1
[pylint] reported by reviewdog 🐶 C0114: Missing module docstring (missing-module-docstring) Raw Output: augur/api/view/api.py:1:0: C0114: Missing module docstring (missing-module-docstring)
runner / pylint: augur/api/view/api.py#L6
[pylint] reported by reviewdog 🐶 E0402: Attempted relative import beyond top-level package (relative-beyond-top-level) Raw Output: augur/api/view/api.py:6:0: E0402: Attempted relative import beyond top-level package (relative-beyond-top-level)
runner / pylint: augur/api/view/api.py#L6
[pylint] reported by reviewdog 🐶 W0401: Wildcard import utils (wildcard-import) Raw Output: augur/api/view/api.py:6:0: W0401: Wildcard import utils (wildcard-import)
runner / pylint: augur/api/view/api.py#L7
[pylint] reported by reviewdog 🐶 E0402: Attempted relative import beyond top-level package (relative-beyond-top-level) Raw Output: augur/api/view/api.py:7:0: E0402: Attempted relative import beyond top-level package (relative-beyond-top-level)
runner / pylint: augur/api/view/api.py#L12
[pylint] reported by reviewdog 🐶 C0116: Missing function or method docstring (missing-function-docstring) Raw Output: augur/api/view/api.py:12:0: C0116: Missing function or method docstring (missing-function-docstring)
runner / pylint: augur/api/view/api.py#L15
[pylint] reported by reviewdog 🐶 E0602: Undefined variable 'toCacheFilename' (undefined-variable) Raw Output: augur/api/view/api.py:15:58: E0602: Undefined variable 'toCacheFilename' (undefined-variable)
runner / pylint: augur/api/view/api.py#L18
[pylint] reported by reviewdog 🐶 C0116: Missing function or method docstring (missing-function-docstring) Raw Output: augur/api/view/api.py:18:0: C0116: Missing function or method docstring (missing-function-docstring)
runner / pylint: augur/api/view/api.py#L18
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'session' from outer scope (line 1) (redefined-outer-name) Raw Output: augur/api/view/api.py:18:31: W0621: Redefining name 'session' from outer scope (line 1) (redefined-outer-name)
runner / pylint: augur/api/view/api.py#L20
[pylint] reported by reviewdog 🐶 E0602: Undefined variable 'logger' (undefined-variable) Raw Output: augur/api/view/api.py:20:4: E0602: Undefined variable 'logger' (undefined-variable)
runner / pylint: augur/api/view/api.py#L18
[pylint] reported by reviewdog 🐶 R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) Raw Output: augur/api/view/api.py:18:0: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)