Skip to content
Triggered via schedule February 1, 2024 01:04
Status Success
Total duration 48s
Artifacts

ci.yml

on: schedule
Matrix: Linux Python
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Linux Bash
Process completed with exit code 1.
Pylint
Process completed with exit code 22.
Ruff (D104): python-port/sendpy/__init__.py#L1
python-port/sendpy/__init__.py:1:1: D104 Missing docstring in public package
Ruff (EXE001): python-port/sendpy/__main__.py#L1
python-port/sendpy/__main__.py:1:1: EXE001 Shebang is present but file is not executable
Ruff (D100): python-port/sendpy/__main__.py#L1
python-port/sendpy/__main__.py:1:1: D100 Missing docstring in public module
Ruff (S404): python-port/sendpy/__main__.py#L10
python-port/sendpy/__main__.py:10:8: S404 `subprocess` module is possibly insecure
Ruff (I001): python-port/sendpy/__main__.py#L25
python-port/sendpy/__main__.py:25:1: I001 Import block is un-sorted or un-formatted
Ruff (D103): python-port/sendpy/__main__.py#L122
python-port/sendpy/__main__.py:122:5: D103 Missing docstring in public function
Ruff (D205): python-port/sendpy/__main__.py#L133
python-port/sendpy/__main__.py:133:5: D205 1 blank line required between summary line and description
Ruff (FURB101): python-port/sendpy/__main__.py#L194
python-port/sendpy/__main__.py:194:18: FURB101 `open` and `read` should be replaced by `Path(expanded_file).read_text(encoding="utf-8")`
Ruff (S602): python-port/sendpy/__main__.py#L200
python-port/sendpy/__main__.py:200:44: S602 `subprocess` call with `shell=True` identified, security issue
Ruff (D205): python-port/sendpy/__main__.py#L244
python-port/sendpy/__main__.py:244:5: D205 1 blank line required between summary line and description