Skip to content

docs: correct slack and supported os, add record-replay gif (#1655) #7

docs: correct slack and supported os, add record-replay gif (#1655)

docs: correct slack and supported os, add record-replay gif (#1655) #7

Triggered via push March 6, 2024 22:02
Status Failure
Total duration 58s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/proxy/util/util.go#L31
`sendLogs` is unused (deadcode)
lint: pkg/proxy/util/util.go#L129
Error return value is not checked (errcheck)
lint: pkg/proxy/util/util.go#L190
Error return value of `reader.Peek` is not checked (errcheck)
lint: pkg/proxy/util/util.go#L1
package-comments: should have a package comment (revive)
lint: pkg/proxy/util/util.go#L65
exported: comment on exported function CreateYamlFile should be of the form "CreateYamlFile ..." (revive)
lint: pkg/proxy/util/util.go#L238
exported: comment on exported function ReadRequiredBytes should be of the form "ReadRequiredBytes ..." (revive)
lint: pkg/proxy/util/util.go#L354
exported: comment on exported function IsDockerRelatedCommand should be of the form "IsDockerRelatedCommand ..." (revive)
lint: pkg/proxy/util/util.go#L386
var-naming: don't use leading k in Go names; func parameter kMin should be min (revive)
lint: pkg/proxy/util/util.go#L187
ineffectual assignment to buf (ineffassign)
lint: pkg/proxy/util/util.go#L52
SA4004: the surrounding loop is unconditionally terminated (staticcheck)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.