Skip to content

*: Improve documentation #32

*: Improve documentation

*: Improve documentation #32

Triggered via pull request November 21, 2025 19:28
Status Failure
Total duration 46s
Artifacts

lint.yml

on: pull_request
runner / golangci-lint
42s
runner / golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
runner / golangci-lint: base/unwrap.go#L4
type switch on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
runner / golangci-lint: tags/with_tags.go#L3
the error type name `withTags` should conform to the `xxxError` format (errname)
runner / golangci-lint: stats/with_status.go#L3
the error type name `withStatus` should conform to the `xxxError` format (errname)
runner / golangci-lint: stacktrace/with_stacktrace.go#L3
the error type name `withStacktrace` should conform to the `xxxError` format (errname)
runner / golangci-lint: stacktrace/with_frame.go#L3
the error type name `withFrame` should conform to the `xxxError` format (errname)
runner / golangci-lint: secondary/with_secondary.go#L14
the error type name `withSecondary` should conform to the `xxxError` format (errname)
runner / golangci-lint: message/with_message.go#L10
the error type name `withMessage` should conform to the `xxxError` format (errname)
runner / golangci-lint: example_cause_go118_test.go#L17
the error type name `MyErrorWithCode` should conform to the `XxxError` format (errname)
runner / golangci-lint: domain/with_domain.go#L5
the error type name `withDomain` should conform to the `xxxError` format (errname)
runner / golangci-lint: cause_test.go#L10
the error type name `mockTimeout` should conform to the `xxxError` format (errname)
runner / golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/errors/errors. Supported file pattern: go.sum