Fix a few small collection issues #4
Annotations
10 warnings
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)
|
augur/tasks/github/messages/tasks.py#L8
[pylint] reported by reviewdog 🐶
W0401: Wildcard import augur.application.db.data_parse (wildcard-import)
Raw Output:
augur/tasks/github/messages/tasks.py:8:0: W0401: Wildcard import augur.application.db.data_parse (wildcard-import)
|
augur/tasks/github/messages/tasks.py#L23
[pylint] reported by reviewdog 🐶
C0116: Missing function or method docstring (missing-function-docstring)
Raw Output:
augur/tasks/github/messages/tasks.py:23:0: C0116: Missing function or method docstring (missing-function-docstring)
|
augur/tasks/github/messages/tasks.py#L47
[pylint] reported by reviewdog 🐶
C0116: Missing function or method docstring (missing-function-docstring)
Raw Output:
augur/tasks/github/messages/tasks.py:47:0: C0116: Missing function or method docstring (missing-function-docstring)
|
augur/tasks/github/messages/tasks.py#L69
[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:69:8: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|
augur/tasks/github/messages/tasks.py#L86
[pylint] reported by reviewdog 🐶
C0116: Missing function or method docstring (missing-function-docstring)
Raw Output:
augur/tasks/github/messages/tasks.py:86:0: C0116: Missing function or method docstring (missing-function-docstring)
|
augur/tasks/github/messages/tasks.py#L86
[pylint] reported by reviewdog 🐶
R0914: Too many local variables (39/30) (too-many-locals)
Raw Output:
augur/tasks/github/messages/tasks.py:86:0: R0914: Too many local variables (39/30) (too-many-locals)
|
augur/tasks/github/messages/tasks.py#L86
[pylint] reported by reviewdog 🐶
R0912: Too many branches (18/12) (too-many-branches)
Raw Output:
augur/tasks/github/messages/tasks.py:86:0: R0912: Too many branches (18/12) (too-many-branches)
|
augur/tasks/github/messages/tasks.py#L86
[pylint] reported by reviewdog 🐶
R0915: Too many statements (78/50) (too-many-statements)
Raw Output:
augur/tasks/github/messages/tasks.py:86:0: R0915: Too many statements (78/50) (too-many-statements)
|
augur/tasks/github/messages/tasks.py#L220
[pylint] reported by reviewdog 🐶
C0116: Missing function or method docstring (missing-function-docstring)
Raw Output:
augur/tasks/github/messages/tasks.py:220:0: C0116: Missing function or method docstring (missing-function-docstring)
|
The logs for this run have expired and are no longer available.
Loading