Skip to content

[WIP]softly connect to cloudwego-contrib/cwgo-pkg #23

[WIP]softly connect to cloudwego-contrib/cwgo-pkg

[WIP]softly connect to cloudwego-contrib/cwgo-pkg #23

Triggered via pull request October 21, 2024 00:06
Status Failure
Total duration 6m 24s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 3 warnings
staticcheck: zookeeper/parser.go#L41
[staticcheck] reported by reviewdog 🐶 type parser is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"type parser is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/root/runner/kitex-contrib-hl-runner-01/config-zookeeper/config-zookeeper/zookeeper/parser.go","range":{"start":{"line":41,"column":6},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
staticcheck: zookeeper/parser.go#L44
[staticcheck] reported by reviewdog 🐶 func (*parser).Decode is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"func (*parser).Decode is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/root/runner/kitex-contrib-hl-runner-01/config-zookeeper/config-zookeeper/zookeeper/parser.go","range":{"start":{"line":44,"column":18},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
staticcheck: zookeeper/parser.go#L49
[staticcheck] reported by reviewdog 🐶 func defaultConfigParser is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"func defaultConfigParser is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/root/runner/kitex-contrib-hl-runner-01/config-zookeeper/config-zookeeper/zookeeper/parser.go","range":{"start":{"line":49,"column":6},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
staticcheck
Process completed with exit code 1.
lint: pkg/degradation/item_degradation.go#L21
var `defaultConfig` is unused (unused)
lint: zookeeper/parser.go#L41
type `parser` is unused (unused)
lint: zookeeper/parser.go#L44
func `(*parser).Decode` is unused (unused)
lint: zookeeper/parser.go#L49
func `defaultConfigParser` is unused (unused)
lint: zookeeper/uid.go#L21
var `uniqueID` is unused (unused)
lint: server/suite.go#L24
const `limiterConfigName` is unused (unused)
lint: client/suite.go#L24
const `retryConfigName` is unused (unused)
lint: client/suite.go#L25
const `rpcTimeoutConfigName` is unused (unused)
lint: client/suite.go#L26
const `circuitBreakerConfigName` is unused (unused)
lint: client/suite.go#L27
const `degradationConfigName` is unused (unused)
compliant
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
staticcheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/