docs: correct slack and supported os, add record-replay gif (#1655) #7
Annotations
10 errors and 1 warning
golangci-lint:
pkg/proxy/util/util.go#L31
`sendLogs` is unused (deadcode)
|
golangci-lint:
pkg/proxy/util/util.go#L129
Error return value is not checked (errcheck)
|
golangci-lint:
pkg/proxy/util/util.go#L190
Error return value of `reader.Peek` is not checked (errcheck)
|
golangci-lint:
pkg/proxy/util/util.go#L1
package-comments: should have a package comment (revive)
|
golangci-lint:
pkg/proxy/util/util.go#L65
exported: comment on exported function CreateYamlFile should be of the form "CreateYamlFile ..." (revive)
|
golangci-lint:
pkg/proxy/util/util.go#L238
exported: comment on exported function ReadRequiredBytes should be of the form "ReadRequiredBytes ..." (revive)
|
golangci-lint:
pkg/proxy/util/util.go#L354
exported: comment on exported function IsDockerRelatedCommand should be of the form "IsDockerRelatedCommand ..." (revive)
|
golangci-lint:
pkg/proxy/util/util.go#L386
var-naming: don't use leading k in Go names; func parameter kMin should be min (revive)
|
golangci-lint:
pkg/proxy/util/util.go#L187
ineffectual assignment to buf (ineffassign)
|
golangci-lint:
pkg/proxy/util/util.go#L52
SA4004: the surrounding loop is unconditionally terminated (staticcheck)
|
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/.
|
Loading