trigger #325
Annotations
10 errors
internal/cmd/protovalidate-conformance-go/main.go#L35
use of `log.SetFlags` forbidden by pattern `^log\.` (forbidigo)
|
internal/cmd/protovalidate-conformance-go/main.go#L36
use of `log.SetPrefix` forbidden by pattern `^log\.` (forbidigo)
|
internal/cmd/protovalidate-conformance-go/main.go#L40
use of `log.Fatalf` forbidden by pattern `^log\.` (forbidigo)
|
internal/cmd/protovalidate-conformance-go/main.go#L42
use of `log.Fatalf` forbidden by pattern `^log\.` (forbidigo)
|
internal/cmd/protovalidate-conformance-go/main.go#L47
use of `log.Fatalf` forbidden by pattern `^log\.` (forbidigo)
|
internal/constraints/cache_test.go#L30
`getFieldDesc` - `fld` always receives `"val"` (unparam)
|
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)
|
celext/lib.go#L209
type assertion must be checked (forcetypeassert)
|
celext/lib.go#L218
type assertion must be checked (forcetypeassert)
|
celext/lib.go#L229
type assertion must be checked (forcetypeassert)
|
The logs for this run have expired and are no longer available.
Loading