chore(deps): update archive/github-actions-slack action to v2.10.1 #4908
Annotations
10 errors and 1 warning
golangci-lint:
src/controlplane/grouper/group.go#L27
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"error querying controlplane component %s: %s\", r.entityID, err)" (err113)
|
golangci-lint:
src/integration/wrapper.go#L26
field `sdkIntegration` is unused (unused)
|
golangci-lint:
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)
|
golangci-lint:
src/definition/populate_test.go#L178
unused-parameter: parameter 'groupLabel' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
src/definition/populate_test.go#L407
unused-parameter: parameter 'groupLabel' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
src/definition/populate_test.go#L480
unused-parameter: parameter 'groupLabel' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
src/definition/populate_test.go#L400
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"error populating metric for entity ID entity_id_1: cannot fetch value for metric \\\"useless\\\": metric \\\"nonExistentMetric\\\" not found\")" (err113)
|
golangci-lint:
src/definition/populate_test.go#L401
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"error populating metric for entity ID entity_id_2: cannot fetch value for metric \\\"useless\\\": metric \\\"nonExistentMetric\\\" not found\")" (err113)
|
golangci-lint:
src/definition/populate_test.go#L481
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"error generating entity ID\")" (err113)
|
golangci-lint:
src/definition/populate_test.go#L504
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"error generating entity ID for entity_id_1: error generating entity ID\")" (err113)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading