Skip to content

trigger

trigger #325

Triggered via push October 26, 2023 17:17
Status Failure
Total duration 4m 12s
Artifacts

ci.yaml

on: push
Matrix: Go
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Go (stable): internal/cmd/protovalidate-conformance-go/main.go#L35
use of `log.SetFlags` forbidden by pattern `^log\.` (forbidigo)
Go (stable): internal/cmd/protovalidate-conformance-go/main.go#L36
use of `log.SetPrefix` forbidden by pattern `^log\.` (forbidigo)
Go (stable): internal/cmd/protovalidate-conformance-go/main.go#L40
use of `log.Fatalf` forbidden by pattern `^log\.` (forbidigo)
Go (stable): internal/cmd/protovalidate-conformance-go/main.go#L42
use of `log.Fatalf` forbidden by pattern `^log\.` (forbidigo)
Go (stable): internal/cmd/protovalidate-conformance-go/main.go#L47
use of `log.Fatalf` forbidden by pattern `^log\.` (forbidigo)
Go (stable): internal/constraints/cache_test.go#L30
`getFieldDesc` - `fld` always receives `"val"` (unparam)
Go (stable): internal/cmd/protovalidate-conformance-go/main.go#L98
type switch on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Go (stable): celext/lib.go#L209
type assertion must be checked (forcetypeassert)
Go (stable): celext/lib.go#L218
type assertion must be checked (forcetypeassert)
Go (stable): celext/lib.go#L229
type assertion must be checked (forcetypeassert)