Skip to content

feat: One stop RPC/HTTP call technology solution #278

feat: One stop RPC/HTTP call technology solution

feat: One stop RPC/HTTP call technology solution #278

Triggered via pull request December 11, 2023 06:56
Status Failure
Total duration 1m 26s
Artifacts

pr-check.yml

on: pull_request
resolve module
5s
resolve module
compliant
26s
compliant
Matrix: lint module
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint module (./platform/server): platform/server/cmd/api/router.go#L22
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint module (./platform/server): platform/server/cmd/api/router.go#L25
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint module (./platform/server): platform/server/shared/utils/id.go#L34
type `serviceId` is unused (unused)
lint module (./platform/server): platform/server/shared/utils/id.go#L35
type `taskId` is unused (unused)
lint module (./platform/server): platform/server/shared/utils/file.go#L87
S1002: should omit comparison to bool constant, can be simplified to `notExist` (gosimple)
lint module (./platform/server): platform/server/cmd/agent/pkg/processor/cron.go#L153
S1012: should use `time.Since` instead of `time.Now().Sub` (gosimple)
resolve module
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/