chore: Generate ID and ObjectType Show Object Methods #2875
reviewdog-golanglint-ci.yml
on: pull_request
reviewdog
1m 43s
Annotations
3 errors and 1 warning
reviewdog:
pkg/sdk/poc/generator/interface.go#L34
[golangci] reported by reviewdog 🐶
File is not `gofmt`-ed with `-s` (gofmt)
Raw Output:
pkg/sdk/poc/generator/interface.go:34: File is not `gofmt`-ed with `-s` (gofmt)
|
reviewdog:
pkg/sdk/streamlits_def.go#L106
[golangci] reported by reviewdog 🐶
File is not `gofmt`-ed with `-s` (gofmt)
Raw Output:
pkg/sdk/streamlits_def.go:106: File is not `gofmt`-ed with `-s` (gofmt)
g.ResourceIDHelperMethod,
|
reviewdog:
pkg/sdk/poc/generator/resource_helper_methods.go#L74
[golangci] reported by reviewdog 🐶
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
Raw Output:
pkg/sdk/poc/generator/resource_helper_methods.go:74:16: SA4010: this result of append is never used, except maybe in other appends (staticcheck)
fieldNames = append(fieldNames, field.Name)
^
|
reviewdog
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|