Skip to content

Spiral matrix

Spiral matrix #15448

Triggered via pull request October 16, 2025 08:22
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F841): data_structures/arrays/spiral_matrix.py#L41
data_structures/arrays/spiral_matrix.py:41:17: F841 Local variable `col_start` is assigned to but never used
Ruff (F821): data_structures/arrays/spiral_matrix.py#L41
data_structures/arrays/spiral_matrix.py:41:17: F821 Undefined name `col_start`
Ruff (E741): data_structures/arrays/spiral_matrix.py#L38
data_structures/arrays/spiral_matrix.py:38:21: E741 Ambiguous variable name: `l`
Ruff (N806): data_structures/arrays/spiral_matrix.py#L33
data_structures/arrays/spiral_matrix.py:33:17: N806 Variable `rowEnd` in function should be lowercase
Ruff (N806): data_structures/arrays/spiral_matrix.py#L25
data_structures/arrays/spiral_matrix.py:25:13: N806 Variable `colEnd` in function should be lowercase
Ruff (N806): data_structures/arrays/spiral_matrix.py#L19
data_structures/arrays/spiral_matrix.py:19:13: N806 Variable `rowStart` in function should be lowercase
Ruff (N806): data_structures/arrays/spiral_matrix.py#L11
data_structures/arrays/spiral_matrix.py:11:19: N806 Variable `colEnd` in function should be lowercase
Ruff (N806): data_structures/arrays/spiral_matrix.py#L11
data_structures/arrays/spiral_matrix.py:11:9: N806 Variable `colStart` in function should be lowercase
Ruff (N806): data_structures/arrays/spiral_matrix.py#L10
data_structures/arrays/spiral_matrix.py:10:19: N806 Variable `rowEnd` in function should be lowercase
Ruff (N806): data_structures/arrays/spiral_matrix.py#L10
data_structures/arrays/spiral_matrix.py:10:9: N806 Variable `rowStart` in function should be lowercase