fix util -> client in test #19
Annotations
10 errors and 1 warning
pkg/diagnostics/resiliency_monitoring.go#L116
commentFormatting: put a space between `//` and comment text (gocritic)
|
pkg/diagnostics/resiliency_monitoring_test.go#L308
commentFormatting: put a space between `//` and comment text (gocritic)
|
pkg/diagnostics/resiliency_monitoring.go#L35
File is not `gofmt`-ed with `-s` (gofmt)
|
pkg/diagnostics/resiliency_monitoring_test.go#L207
File is not `gofmt`-ed with `-s` (gofmt)
|
tests/integration/suite/daprd/resiliency/apps/defaultcircuitbreaker.go#L29
File is not `gofmt`-ed with `-s` (gofmt)
|
tests/integration/suite/daprd/resiliency/apps/defaultcircuitbreaker.go#L18
File is not `goimports`-ed with -local github.com/dapr/ (goimports)
|
pkg/diagnostics/resiliency_monitoring_test.go#L286
ST1003: should not use underscores in Go names; var rows_cb_state should be rowsCbState (stylecheck)
|
tests/integration/suite/daprd/resiliency/apps/defaultcircuitbreaker.go#L132
float-compare: use assert.InEpsilon (or InDelta) (testifylint)
|
tests/integration/suite/daprd/resiliency/apps/defaultcircuitbreaker.go#L133
float-compare: use assert.InEpsilon (or InDelta) (testifylint)
|
tests/integration/suite/daprd/resiliency/apps/defaultcircuitbreaker.go#L134
float-compare: use assert.InEpsilon (or InDelta) (testifylint)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading