graphql docker files #40
Annotations
10 errors and 1 warning
golangci-lint:
client/pkg/storage/store.go#L87
Error return value of `rows.Scan` is not checked (errcheck)
|
golangci-lint:
cmd/cli/commands/sql.go#L42
Error return value of `cmd.Help` is not checked (errcheck)
|
golangci-lint:
client/pkg/clickhouse/db_client.go#L668
Error return value of `tx.Rollback` is not checked (errcheck)
|
golangci-lint:
agent/kubviz/plugins/kubescore/kube_score.go#L36
Error return value is not checked (errcheck)
|
golangci-lint:
agent/kubviz/plugins/kubescore/kube_score.go#L57
Error return value is not checked (errcheck)
|
golangci-lint:
agent/kubviz/plugins/events/event_metrics_utils.go#L194
Error return value is not checked (errcheck)
|
golangci-lint:
agent/kubviz/plugins/events/event_metrics_utils.go#L205
Error return value is not checked (errcheck)
|
golangci-lint:
agent/kubviz/plugins/events/event_metrics_utils.go#L216
Error return value is not checked (errcheck)
|
golangci-lint:
client/pkg/clients/bridge_client.go#L50
Error return value of `n.stream.Subscribe` is not checked (errcheck)
|
golangci-lint:
client/pkg/clients/bridge_client.go#L51
Error return value of `msg.Ack` is not checked (errcheck)
|
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