fix:rawMetaValue matchAll (#214) #291
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
examples/route/dynamic/provider/main.go#L109
parameter 'r' seems to be unused, consider removing or renaming it as _
|
examples/circuitbreaker/consumer/main.go#L57
parameter 'r' seems to be unused, consider removing or renaming it as _
|
examples/route/nearby/provider/main.go#L132
parameter 'r' seems to be unused, consider removing or renaming it as _
|
pkg/algorithm/hash/base.go#L32
type name will be used as hash.HashFuncWithSeed by other packages, and that stutters; consider calling this FuncWithSeed
|
examples/watch/instance/notify/main.go#L76
exported type TestListener should have comment or be unexported
|
pkg/plugin/configfilter/configfilter.go#L19
should have a package comment
|
pkg/flow/detect/ticker.go#L76
parameter 'taskValue' seems to be unused, consider removing or renaming it as _
|
pkg/plugin/location/location.go#L27
exported const ProviderName should have comment (or a comment on this block) or be unexported
|
pkg/plugin/location/proxy.go#L26
exported type Proxy should have comment or be unexported
|
pkg/model/pb/metric/code.go#L28
exported const ExecuteSuccess should have comment (or a comment on this block) or be unexported
|
This job succeeded
Loading