feat(reporter/sentry): filtering funcs to set custom error level on sentry #39
lint.yml
on: pull_request
runner / golangci-lint
39s
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
|