Skip to content

chore: updated template files #6

chore: updated template files

chore: updated template files #6

Triggered via push June 26, 2024 10:39
Status Failure
Total duration 3m 18s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: stack_test.go#L82
File is not `gofumpt`-ed (gofumpt)
lint: stack_test.go#L83
unnecessary trailing newline (whitespace)
lint: stack.go#L36
type assertion must be checked (forcetypeassert)
lint: stack.go#L25
Pop returns generic interface (T) of type param any (ireturn)
lint: stack.go#L34
PopSafe returns generic interface (T) of type param any (ireturn)
lint: stack.go#L53
Peek returns generic interface (T) of type param any (ireturn)
lint: stack.go#L28
return with no blank line before (nlreturn)
lint: stack.go#L69
return with no blank line before (nlreturn)
lint: stack_test.go#L11
Function TestStack missing the call to method parallel
lint: stack_test.go#L19
Function TestStack missing the call to method parallel in the test run
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: stack_test.go#L14
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)