Add variable-length-quantity exercise files #285
lint_test_report.yml
on: push
YAML Lint Workflow
/
yamllint
9s
Matrix: Flake8 Workflow / build
Matrix: Pylint Workflow / build
Matrix: Codecov Coverage Report / run
Waiting for pending jobs
Annotations
7 errors
|
Ruff Lint and Format / ruff
Process completed with exit code 1.
|
|
Ruff (D103):
variable-length-quantity/variable_length_quantity.py#L51
variable-length-quantity/variable_length_quantity.py:51:5: D103 Missing docstring in public function
|
|
Ruff (B007):
variable-length-quantity/variable_length_quantity.py#L43
variable-length-quantity/variable_length_quantity.py:43:20: B007 Loop control variable `c` not used within loop body
|
|
Ruff (E501):
variable-length-quantity/variable_length_quantity.py#L24
variable-length-quantity/variable_length_quantity.py:24:89: E501 Line too long (89 > 88)
|
|
Ruff (D205):
variable-length-quantity/variable_length_quantity.py#L12
variable-length-quantity/variable_length_quantity.py:12:5: D205 1 blank line required between summary line and description
|
|
Pylint Workflow / build (3.12)
Process completed with exit code 20.
|
|
Flake8 Workflow / build (3.12)
Process completed with exit code 1.
|