Skip to content

feat: automatically generate .sauced.yaml file #364

feat: automatically generate .sauced.yaml file

feat: automatically generate .sauced.yaml file #364

Triggered via pull request September 9, 2024 10:49
Status Failure
Total duration 22s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: cmd/generate/config/config.go#L93
Error return value of `commitIter.ForEach` is not checked (errcheck)
lint: cmd/generate/config/config.go#L123
Error return value is not checked (errcheck)
lint: cmd/generate/config/config.go#L125
Error return value is not checked (errcheck)
lint: cmd/generate/config/config.go#L245
Error return value is not checked (errcheck)
lint: cmd/generate/config/output.go#L28
Error return value of `file.WriteString` is not checked (errcheck)
lint: cmd/generate/config/config.go#L106
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
lint: cmd/generate/config/config.go#L194
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
lint: cmd/generate/config/config.go#L118
printf: non-constant format string in call to fmt.Errorf (govet)
lint: cmd/generate/config/config.go#L90
ineffectual assignment to err (ineffassign)
lint: cmd/generate/config/output.go#L25
fmt.Errorf can be replaced with errors.New (perfsprint)