Skip to content

Spiral matrix

Spiral matrix #15446

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (N806): data_structures/arrays/spiral_matrix.py#L41
data_structures/arrays/spiral_matrix.py:41:17: N806 Variable `colStart` in function should be lowercase
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
Ruff (N802): data_structures/arrays/spiral_matrix.py#L2
data_structures/arrays/spiral_matrix.py:2:9: N802 Function name `generateMatrix` should be lowercase