Skip to content

refactor(vscode:extension): split useFileState into useIndex hook and… #520

refactor(vscode:extension): split useFileState into useIndex hook and…

refactor(vscode:extension): split useFileState into useIndex hook and… #520

Triggered via push November 19, 2023 05:35
Status Failure
Total duration 22s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/runtime/funcs/funcs.go#L118
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"ctx msg not found\")" (goerr113)
lint: internal/runtime/funcs/funcs.go#L123
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"ctx value is not runtime message\")" (goerr113)
lint: internal/runtime/funcs/funcs.go#L162
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"ctx msg not found\")" (goerr113)
lint: internal/runtime/funcs/funcs.go#L167
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"ctx value is not runtime message\")" (goerr113)
lint: internal/runtime/funcs/funcs.go#L185
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"unknown msg type\")" (goerr113)
lint: internal/runtime/funcs/funcs.go#L241
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(strings.TrimPrefix(err.Error(), \"strconv.Atoi: \"))" (goerr113)
lint: internal/runtime/funcs/funcs.go#L192
variable name 'b' is too short for the scope of its usage (varnamelen)
lint: internal/runtime/funcs/funcs.go#L206
variable name 'v1' is too short for the scope of its usage (varnamelen)
lint: internal/runtime/funcs/funcs.go#L188
variable name 'a' is too short for the scope of its usage (varnamelen)
lint: internal/runtime/funcs/funcs.go#L35
variable name 'bb' is too short for the scope of its usage (varnamelen)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/