Skip to content

Readability fixes for KubeCon NA '23 demo #13

Readability fixes for KubeCon NA '23 demo

Readability fixes for KubeCon NA '23 demo #13

Triggered via pull request November 2, 2023 00:44
Status Failure
Total duration 1m 16s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)