Skip to content

fix(compiler): surface template warnings and StringSliceMap YAML errors #15205

fix(compiler): surface template warnings and StringSliceMap YAML errors

fix(compiler): surface template warnings and StringSliceMap YAML errors #15205

Triggered via push February 3, 2025 17:18
Status Failure
Total duration 2m 42s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
test
Process completed with exit code 2.
[golangci] compiler/native/expand.go#L403: compiler/native/expand.go#L403
string `golang` has 3 occurrences, make it a constant (goconst)
[golangci] compiler/native/compile_test.go#L2449: compiler/native/compile_test.go#L2449
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
[golangci] compiler/native/compile_test.go#L2450: compiler/native/compile_test.go#L2450
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
[golangci] scm/github/app_permissions.go#L62: scm/github/app_permissions.go#L62
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
[golangci] scm/github/deployment.go#L180: scm/github/deployment.go#L180
SA1019: github.Bool is deprecated: use Ptr instead. (staticcheck)
[golangci] scm/github/repo.go#L209: scm/github/repo.go#L209
SA1019: github.Bool is deprecated: use Ptr instead. (staticcheck)
[golangci] scm/github/repo.go#L283: scm/github/repo.go#L283
SA1019: github.Bool is deprecated: use Ptr instead. (staticcheck)
[golangci] scm/github/github_client_test.go#L76: scm/github/github_client_test.go#L76
SA1019: github.Int64 is deprecated: use Ptr instead. (staticcheck)
[golangci] scm/github/github_client_test.go#L90: scm/github/github_client_test.go#L90
SA1019: github.Int64 is deprecated: use Ptr instead. (staticcheck)
[golangci] scm/github/github_client_test.go#L104: scm/github/github_client_test.go#L104
SA1019: github.Int64 is deprecated: use Ptr instead. (staticcheck)