Skip to content

Merge pull request #32 from c9s/c9s/add-workflows #6

Merge pull request #32 from c9s/c9s/add-workflows

Merge pull request #32 from c9s/c9s/add-workflows #6

Triggered via push December 8, 2025 09:43
Status Success
Total duration 39s
Artifacts

golang-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: cmd/requestgen/main.go#L24
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: cmd/requestgen/field.go#L113
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
lint: client.go#L128
QF1008: could remove embedded field "Response" from selector (staticcheck)
lint: cmd/requestgen/typeutils.go#L166
unreachable: unreachable code (govet)
lint: cmd/requestgen/main.go#L1534
G306: Expect WriteFile permissions to be 0600 or less (gosec)
lint: example/api/v1/client.go#L3
File is not properly formatted (gofmt)
lint: example/api/client.go#L3
File is not properly formatted (gofmt)
lint: cmd/requestgen/cmd.go#L33
File is not properly formatted (gofmt)
lint: cmd/requestgen/tmplfuncs.go#L17
string `interface{}` has 3 occurrences, make it a constant (goconst)
lint: cmd/requestgen/main.go#L111
Duplicate words (fields) found (dupword)