Skip to content

chore: update template files #12

chore: update template files

chore: update template files #12

Triggered via push August 8, 2024 17:04
Status Failure
Total duration 7m 3s
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#L88
parameter name 'f' is too short for the scope of its usage (varnamelen)
lint: examples_test.go#L182
variable name 'l' is too short for the scope of its usage (varnamelen)
lint: examples_test.go#L38
variable name 'l' is too short for the scope of its usage (varnamelen)
lint: examples_test.go#L80
variable name 'l' is too short for the scope of its usage (varnamelen)
lint: list.go#L76
ranges should only be cuddled with assignments used in the iteration (wsl)
lint
issues found
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/