Skip to content

Fix nodetool execution #300

Fix nodetool execution

Fix nodetool execution #300

Triggered via pull request April 12, 2024 08:15
Status Success
Total duration 28s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: api/v2/backrest.go#L16
Error return value of `mapstructure.Decode` is not checked (errcheck)
lint: pkg/k8s/client_util.go#L146
SA1019: exec.Stream is deprecated: use StreamWithContext instead to avoid possible resource leaks. See https://github.com/kubernetes/kubernetes/pull/103177 for details. (staticcheck)
lint: controllers/cassandrabackup/reconcile.go#L115
Error return value of `r.Client.Update` is not checked (errcheck)
lint: controllers/cassandrabackup/reconcile.go#L228
Error return value of `r.backupData` is not checked (errcheck)
lint: controllers/common/testutils.go#L28
Error return value of `yaml.Unmarshal` is not checked (errcheck)
lint: controllers/cassandracluster/cassandracluster_controller.go#L109
Error return value of `rcc.updateCassandraStatus` is not checked (errcheck)
lint: controllers/cassandracluster/generator.go#L681
Error return value of `parsedConfig.SetP` is not checked (errcheck)
lint: controllers/cassandracluster/generator.go#L745
Error return value of `parsedConfig.SetP` is not checked (errcheck)
lint: controllers/cassandracluster/generator.go#L746
Error return value of `parsedConfig.DeleteP` is not checked (errcheck)
lint: controllers/cassandracluster/generator.go#L748
Error return value of `currentParsedConfig.MergeFn` is not checked (errcheck)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, 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/.