fix(yaml): support collapsing of multiple anchor keys in step #1125
Annotations
10 errors
golangci-lint:
pipeline/ruleset.go#L134
cyclomatic complexity 31 of func `(*Rules).Match` is high (> 30) (gocyclo)
|
golangci-lint:
database/build.go#L364
G115: integer overflow conversion int -> int32 (gosec)
|
golangci-lint:
database/build.go#L365
G115: integer overflow conversion int -> int32 (gosec)
|
golangci-lint:
database/hook.go#L200
G115: integer overflow conversion int -> int32 (gosec)
|
golangci-lint:
item.go#L17
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
golangci-lint:
item.go#L18
SA1019: library.Repo is deprecated: use Repo from github.com/go-vela/server/api/types instead. (staticcheck)
|
golangci-lint:
item.go#L19
SA1019: library.User is deprecated: use User from github.com/go-vela/server/api/types instead. (staticcheck)
|
golangci-lint:
item.go#L25
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
golangci-lint:
webhook.go#L29
SA1019: library.Hook is deprecated: use Hook from github.com/go-vela/server/api/types instead. (staticcheck)
|
golangci-lint:
webhook.go#L30
SA1019: library.Repo is deprecated: use Repo from github.com/go-vela/server/api/types instead. (staticcheck)
|
Loading