fix:修复熔断规则atomic.Value使用存在panic问题 (#191) #254
Annotations
10 warnings
Run Revive Action:
pkg/algorithm/hash/base.go#L32
type name will be used as hash.HashFuncWithSeed by other packages, and that stutters; consider calling this FuncWithSeed
|
Run Revive Action:
examples/watch/service/notify/main.go#L18
should have a package comment
|
Run Revive Action:
examples/watch/service/notify/main.go#L44
exported type TestListener should have comment or be unexported
|
Run Revive Action:
examples/watch/service/notify/main.go#L48
comment on exported method TestListener.OnServicesUpdate should be of the form "OnServicesUpdate ..."
|
Run Revive Action:
plugin/healthcheck/http/config.go#L18
should have a package comment
|
Run Revive Action:
examples/watchinstance/main.go#L18
should have a package comment
|
Run Revive Action:
pkg/flow/impl.go#L439
if block ends with a break statement, so drop this else and outdent its block
|
Run Revive Action:
pkg/flow/schedule/event.go#L18
should have a package comment
|
Run Revive Action:
pkg/algorithm/rand/scalable_rand_test.go#L51
parameter 't' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
plugin/metrics/prometheus/config.go#L17
should have a package comment
|
The logs for this run have expired and are no longer available.
Loading