Readability fixes for KubeCon NA '23 demo #13
Annotations
8 errors and 2 warnings
golangci-lint:
scai-gen/cmd/assert.go#L65
unusedresult: result of fmt.Errorf call not used (govet)
|
golangci-lint:
scai-gen/cmd/rd.go#L170
unusedresult: result of fmt.Errorf call not used (govet)
|
golangci-lint:
scai-gen/cmd/rd.go#L217
unusedresult: result of fmt.Errorf call not used (govet)
|
golangci-lint:
scai-gen/cmd/assert.go#L65
SA4017: Errorf doesn't have side effects and its return value is ignored (staticcheck)
|
golangci-lint:
scai-gen/cmd/rd.go#L170
SA4017: Errorf doesn't have side effects and its return value is ignored (staticcheck)
|
golangci-lint:
scai-gen/cmd/rd.go#L217
SA4017: Errorf doesn't have side effects and its return value is ignored (staticcheck)
|
golangci-lint:
scai-gen/fileio/common.go#L9
ST1003: func HasJsonExt should be HasJSONExt (stylecheck)
|
golangci-lint
issues found
|
Run actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
Restore cache failed: Dependencies file is not found in /home/runner/work/scai-demos/scai-demos. Supported file pattern: go.sum
|
golangci-lint:
scai-gen/fileio/common.go#L9
var-naming: func HasJsonExt should be HasJSONExt (revive)
|
The logs for this run have expired and are no longer available.
Loading