Skip to content

chore: updated template files #9

chore: updated template files

chore: updated template files #9

Triggered via push July 13, 2024 22:56
Status Failure
Total duration 5m 52s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: examples_test.go#L195
File is not `gofumpt`-ed (gofumpt)
lint: doc.go#L3
line is 145 characters (lll)
lint: examples_test.go#L196
unnecessary trailing newline (whitespace)
lint: list.go#L90
type assertion must be checked (forcetypeassert)
lint: list.go#L26
Get returns generic interface (T) of type param any (ireturn)
lint: list.go#L88
Reduce returns generic interface (T) of type param any (ireturn)
lint: list.go#L33
return with no blank line before (nlreturn)
lint: list.go#L39
return with no blank line before (nlreturn)
lint: list.go#L50
return with no blank line before (nlreturn)
lint: examples_test.go#L136
variable name 'l' is too short for the scope of its usage (varnamelen)
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/