Merge pull request #32 from c9s/c9s/add-workflows #6
Annotations
10 errors
|
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)
|
|
cmd/requestgen/field.go#L113
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
|
|
client.go#L128
QF1008: could remove embedded field "Response" from selector (staticcheck)
|
|
cmd/requestgen/typeutils.go#L166
unreachable: unreachable code (govet)
|
|
cmd/requestgen/main.go#L1534
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
example/api/v1/client.go#L3
File is not properly formatted (gofmt)
|
|
example/api/client.go#L3
File is not properly formatted (gofmt)
|
|
cmd/requestgen/cmd.go#L33
File is not properly formatted (gofmt)
|
|
cmd/requestgen/tmplfuncs.go#L17
string `interface{}` has 3 occurrences, make it a constant (goconst)
|
|
cmd/requestgen/main.go#L111
Duplicate words (fields) found (dupword)
|
The logs for this run have expired and are no longer available.
Loading