chore: use proper title for PRs from auto increment #2103
GitHub Actions / golangci
failed
Sep 20, 2024 in 0s
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (1)
vela/client.go|553 col 20| printf: non-constant format string in call to fmt.Errorf (govet)
Filtered Findings (0)
Annotations
Check failure on line 553 in vela/client.go
github-actions / golangci
[golangci] vela/client.go#L553
printf: non-constant format string in call to fmt.Errorf (govet)
Raw output
vela/client.go:553:20: printf: non-constant format string in call to fmt.Errorf (govet)
return fmt.Errorf(*resp.Message)
^
Loading