Skip to content

Sorted linked list added #9929

Sorted linked list added

Sorted linked list added #9929

Triggered via pull request October 2, 2024 01:40
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff (N816): data_structures/linked_list/sorted_linked_list.py#L357
data_structures/linked_list/sorted_linked_list.py:357:13: N816 Variable `nodeData` in global scope should not be mixedCase
Ruff (N816): data_structures/linked_list/sorted_linked_list.py#L362
data_structures/linked_list/sorted_linked_list.py:362:13: N816 Variable `nodeData` in global scope should not be mixedCase
ruff
Process completed with exit code 1.