Skip to content

Linked list: new structure added. #9

Linked list: new structure added.

Linked list: new structure added. #9

Triggered via pull request August 13, 2026 12:57
Status Failure
Total duration 20s
Artifacts

pull.yml

on: pull_request
lint-and-test
16s
lint-and-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint-and-test
issues found
lint-and-test: linked_list/linked_list_test.go#L205
Error return value of `ll.RemoveLast` is not checked (errcheck)
lint-and-test: linked_list/linked_list_test.go#L204
Error return value of `ll.RemoveFirst` is not checked (errcheck)
lint-and-test: linked_list/linked_list_test.go#L203
Error return value of `ll.Remove` is not checked (errcheck)
lint-and-test: linked_list/linked_list_test.go#L199
Error return value of `ll.InsertAt` is not checked (errcheck)