You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run golangci-lint
Running [/Users/runner/golangci-lint-1.59.1-darwin-arm64/golangci-lint run --path-prefix=./cmd/kanvas-snapshot --timeout 10m --verbose] in [/Users/runner/work/helm-kanvas-snapshot/helm-kanvas-snapshot/cmd/kanvas-snapshot] ...
Error: cmd/kanvas-snapshot/main.go:178:13: Error return value of `io.ReadAll` is not checked (errcheck)
io.ReadAll(resp.Body)
^
Error: cmd/kanvas-snapshot/main.go:254:44: Error return value of `generateKanvasSnapshotCmd.MarkFlagRequired` is not checked (errcheck)
generateKanvasSnapshotCmd.MarkFlagRequired("file")
^
Error: cmd/kanvas-snapshot/main.go:255:44: Error return value of `generateKanvasSnapshotCmd.MarkFlagRequired` is not checked (errcheck)
generateKanvasSnapshotCmd.MarkFlagRequired("email")
Current Behavior
A few golangci-lint checks are failing. See https://github.com/meshery/helm-kanvas-snapshot/actions/runs/11098994599/job/30832523474#step:4:26
Screenshots/Logs
Environment
Contributor Guides and Handbook
The text was updated successfully, but these errors were encountered: