Skip to content

chore: updated template files #24

chore: updated template files

chore: updated template files #24

Triggered via push July 19, 2024 21:49
Status Failure
Total duration 9m 5s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: splitslog_test.go#L4
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
lint: splitslog_test.go#L9
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
lint: examples_test.go#L4
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
lint: splitslog_test.go#L43
File is not `gofumpt`-ed (gofumpt)
lint: splitslog.go#L10
line is 144 characters (lll)
lint: splitslog_test.go#L12
Function TestSplitHandler missing the call to method parallel
lint: splitslog.go#L44
parameter name 'r' is too short for the scope of its usage (varnamelen)
lint: splitslog_test.go#L25
variable name 'ms' is too short for the scope of its usage (varnamelen)
lint: splitslog_test.go#L22
variable name 'h' is too short for the scope of its usage (varnamelen)
lint: splitslog_test.go#L44
if statements that check an error must be cuddled with the statement that assigned the error (wsl)
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/