fix: fix match all router (#217) #297
Annotations
11 errors and 3 warnings
|
golangci-lint:
plugin/metrics/prometheus/reporter.go#L379
Error return value of `pa.pusher.Delete` is not checked (errcheck)
|
golangci-lint:
pkg/model/context.go#L28
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/polarismesh/polaris-go) --custom-order (gci)
|
golangci-lint:
pkg/config/serverconnector.go#L168
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/polarismesh/polaris-go) --custom-order (gci)
|
golangci-lint:
plugin/circuitbreaker/composite/task_pool.go#L22
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/polarismesh/polaris-go) --custom-order (gci)
|
golangci-lint:
pkg/model/local/value.go#L100
sloppyTypeAssert: type assertion from/to types are identical (gocritic)
|
golangci-lint:
pkg/flow/configuration/config_flow.go#L158
printf: non-constant format string in call to github.com/polarismesh/polaris-go/pkg/model.NewSDKError (govet)
|
golangci-lint:
pkg/flow/configuration/config_flow.go#L193
printf: non-constant format string in call to github.com/polarismesh/polaris-go/pkg/model.NewSDKError (govet)
|
golangci-lint:
pkg/flow/configuration/config_flow.go#L227
printf: non-constant format string in call to github.com/polarismesh/polaris-go/pkg/model.NewSDKError (govet)
|
golangci-lint:
plugin/serverconnector/grpc/operation_sync.go#L223
printf: non-constant format string in call to github.com/polarismesh/polaris-go/pkg/model.NewSDKErrorWithServerInfo (govet)
|
golangci-lint:
plugin/serverconnector/grpc/operation_sync.go#L226
printf: non-constant format string in call to github.com/polarismesh/polaris-go/pkg/model.NewSDKErrorWithServerInfo (govet)
|
golangci-lint:
pkg/algorithm/search/search.go#L19
max-public-structs: you have exceeded the maximum number of public struct declarations (revive)
|
golangci-lint:
plugin/ratelimiter/common/ratelimit_slice_window.go#L19
max-public-structs: you have exceeded the maximum number of public struct declarations (revive)
|
golangci-lint:
pkg/clock/clock.go#L19
max-public-structs: you have exceeded the maximum number of public struct declarations (revive)
|
Loading