Skip to content

Added CI and updated Bash script. #1

Added CI and updated Bash script.

Added CI and updated Bash script. #1

Triggered via push December 30, 2023 16:17
Status Success
Total duration 26s
Artifacts

ci.yml

on: push
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 (ANN201): python-port/sendpy/__main__.py#L106
python-port/sendpy/__main__.py:106:5: ANN201 Missing return type annotation for public function `zero_pad`
Ruff (ANN001): python-port/sendpy/__main__.py#L106
python-port/sendpy/__main__.py:106:14: ANN001 Missing type annotation for function argument `match`
Ruff (ANN201): python-port/sendpy/__main__.py#L114
python-port/sendpy/__main__.py:114:5: ANN201 Missing return type annotation for public function `decode_match`
Ruff (D103): python-port/sendpy/__main__.py#L114
python-port/sendpy/__main__.py:114:5: D103 Missing docstring in public function
Ruff (ANN001): python-port/sendpy/__main__.py#L114
python-port/sendpy/__main__.py:114:18: ANN001 Missing type annotation for function argument `match`
Ruff (ANN201): python-port/sendpy/__main__.py#L118
python-port/sendpy/__main__.py:118:5: ANN201 Missing return type annotation for public function `decode_escapes`
Ruff (ANN001): python-port/sendpy/__main__.py#L118
python-port/sendpy/__main__.py:118:20: ANN001 Missing type annotation for function argument `s`