CI #3
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 (D103):
python-port/sendpy/__main__.py#L114
python-port/sendpy/__main__.py:114:5: D103 Missing docstring in public function
|
Ruff (D205):
python-port/sendpy/__main__.py#L125
python-port/sendpy/__main__.py:125:5: D205 1 blank line required between summary line and description
|
Ruff (FURB101):
python-port/sendpy/__main__.py#L186
python-port/sendpy/__main__.py:186:18: FURB101 `open` and `read` should be replaced by `Path(expanded_file).read_text(encoding="utf-8")`
|
Ruff (S602):
python-port/sendpy/__main__.py#L192
python-port/sendpy/__main__.py:192:44: S602 `subprocess` call with `shell=True` identified, security issue
|
Ruff (D205):
python-port/sendpy/__main__.py#L236
python-port/sendpy/__main__.py:236:5: D205 1 blank line required between summary line and description
|
Ruff (D205):
python-port/sendpy/__main__.py#L315
python-port/sendpy/__main__.py:315:5: D205 1 blank line required between summary line and description
|
Ruff (S603):
python-port/sendpy/__main__.py#L333
python-port/sendpy/__main__.py:333:21: S603 `subprocess` call: check for execution of untrusted input
|