fix(deps): update kubernetes packages to v0.29.0 (#960) #3293
push_pr.yaml
on: push
Matrix: Build integration for
Static analysis and linting
1m 56s
Codespell
15s
Matrix: Helm chart Lint
Run tests
1m 46s
Annotations
10 errors
Static analysis and linting:
internal/storer/storer.go#L90
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"destination argument must be an empty pointer\")" (goerr113)
|
Static analysis and linting:
internal/storer/storer.go#L105
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"the types of cache source and dst are different: %q %q\", valueToSet.Type(), varToPopulate.Type())" (goerr113)
|
Static analysis and linting:
src/integration/wrapper.go#L26
`sdkIntegration` is unused (structcheck)
|
Static analysis and linting:
src/integration/wrapper.go#L127
error returned from external package is unwrapped: sig: func github.com/newrelic/infra-integrations-sdk/integration.New(name string, version string, opts ...github.com/newrelic/infra-integrations-sdk/integration.Option) (i *github.com/newrelic/infra-integrations-sdk/integration.Integration, err error) (wrapcheck)
|
Static analysis and linting:
internal/config/config_test.go#L12
File is not `gofumpt`-ed (gofumpt)
|
Static analysis and linting:
internal/config/config_test.go#L16
File is not `gofumpt`-ed (gofumpt)
|
Static analysis and linting:
internal/config/config_test.go#L22
File is not `gofumpt`-ed (gofumpt)
|
Static analysis and linting:
internal/config/config_test.go#L21
unnecessary leading newline (whitespace)
|
Static analysis and linting:
internal/config/config_test.go#L31
os.Setenv() can be replaced by `t.Setenv()` in anonymous function (tenv)
|
Static analysis and linting:
internal/config/config_test.go#L32
os.Setenv() can be replaced by `t.Setenv()` in anonymous function (tenv)
|