added queue functionality #197
Annotations
12 errors
Check for spelling errors:
ui/package-lock.json#L5424
bU ==> by, be, but, bug, bun, bud, buy, bum
|
Check for spelling errors:
ui/package-lock.json#L7170
vEw ==> view, vow, vex
|
Go Linter:
internal/persistence/queue/queue.go#L78
Error return value of `store.Load` is not checked (errcheck)
|
Go Linter:
internal/persistence/queue/queue.go#L86
Error return value of `store.Load` is not checked (errcheck)
|
Go Linter:
internal/persistence/queue/queue.go#L95
Error return value of `store.Load` is not checked (errcheck)
|
Go Linter:
internal/scheduler/queueureader.go#L1
Actual: TO DO - implement a scheduler which
|
Go Linter:
internal/persistence/queue/queue.go#L53
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Go Linter:
cmd/dequeue.go#L31
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter:
internal/scheduler/queueureader.go#L30
var `errQueueEmpty` is unused (unused)
|
Go Linter:
cmd/dequeue.go#L40
ineffectual assignment to err (ineffassign)
|
Go Linter
issues found
|
Test
Process completed with exit code 2.
|