Skip to content
Triggered via schedule August 1, 2024 01:23
Status Success
Total duration 30s
Artifacts

ci.yml

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

Annotations

15 errors, 5 warnings, and 8 notices
Linux Bash
Process completed with exit code 1.
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#L180
python-port/sendpy/__main__.py:180:5: D103 Missing docstring in public function
Ruff (D205): python-port/sendpy/__main__.py#L190
python-port/sendpy/__main__.py:190:5: D205 1 blank line required between summary line and description
Ruff (S602): python-port/sendpy/__main__.py#L258
python-port/sendpy/__main__.py:258:14: S602 `subprocess` call with `shell=True` identified, security issue
Ruff (D205): python-port/sendpy/__main__.py#L303
python-port/sendpy/__main__.py:303:5: D205 1 blank line required between summary line and description
Ruff (D205): python-port/sendpy/__main__.py#L383
python-port/sendpy/__main__.py:383:5: D205 1 blank line required between summary line and description
Ruff (S607): python-port/sendpy/__main__.py#L398
python-port/sendpy/__main__.py:398:32: S607 Starting a process with a partial executable path
Ruff (S607): python-port/sendpy/__main__.py#L400
python-port/sendpy/__main__.py:400:36: S607 Starting a process with a partial executable path
E0401: python-port/sendpy/__main__.py#L20
Unable to import 'configuration'
E0401: python-port/sendpy/__main__.py#L21
Unable to import 'usage'
E0401: python-port/sendpy/__main__.py#L22
Unable to import 'send'
Pylint
Process completed with exit code 22.
W1514: python-port/setup.py#L6
Using open without explicitly specifying an encoding
W0105: python-port/sendpy/send.py#L17
String statement has no effect
W0105: python-port/sendpy/configuration.py#L7
String statement has no effect
W0105: python-port/sendpy/__main__.py#L29
String statement has no effect
W0105: python-port/sendpy/usage.py#L3
String statement has no effect
C0114: python-port/setup.py#L1
Missing module docstring
C0116: python-port/setup.py#L5
Missing function or method docstring
C0114: python-port/sendpy/send.py#L1
Missing module docstring
C0114: python-port/sendpy/configuration.py#L1
Missing module docstring
C0114: python-port/sendpy/__main__.py#L1
Missing module docstring
C0116: python-port/sendpy/__main__.py#L180
Missing function or method docstring
C0116: python-port/sendpy/__main__.py#L519
Missing function or method docstring
C0114: python-port/sendpy/usage.py#L1
Missing module docstring