Skip to content

Added Doubly Ended Queue data structure and a few tests to check #607

Added Doubly Ended Queue data structure and a few tests to check

Added Doubly Ended Queue data structure and a few tests to check #607

Re-run triggered September 29, 2023 18:02
Status Failure
Total duration 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Code style and tests
13s
Code style and tests
Check for spelling errors
21s
Check for spelling errors
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Code style and tests: structure/deque/deque_test.go#L111
Error return value of `d.deQueueFront` is not checked (errcheck)
Code style and tests: structure/deque/deque_test.go#L126
Error return value of `d.deQueueRear` is not checked (errcheck)
Code style and tests: structure/deque/deque.go#L1
File is not `gofmt`-ed with `-s` (gofmt)
Code style and tests: structure/deque/deque_test.go#L1
File is not `gofmt`-ed with `-s` (gofmt)
Code style and tests
issues found