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