Skip to content

feat(vscode): add custom icon for webview panel tab's title #522

feat(vscode): add custom icon for webview panel tab's title

feat(vscode): add custom icon for webview panel tab's title #522

Triggered via push November 19, 2023 08:04
Status Failure
Total duration 16s
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/interpreter/interpreter.go#L13
struct of size 128 bytes could be of size 120 bytes (maligned)
lint: internal/interpreter/interpreter.go#L28
error returned from external package is unwrapped: sig: func (github.com/nevalang/neva/internal/compiler.Compiler).Compile(ctx context.Context, build github.com/nevalang/neva/internal/compiler.Build, workdirPath string, mainPkgName string) (*github.com/nevalang/neva/pkg/ir.Program, error) (wrapcheck)
lint: internal/interpreter/interpreter.go#L33
error returned from external package is unwrapped: sig: func (github.com/nevalang/neva/internal/vm/decoder/proto.Adapter).Adapt(irProg *github.com/nevalang/neva/pkg/ir.Program) (github.com/nevalang/neva/internal/runtime.Program, error) (wrapcheck)
lint: internal/interpreter/interpreter.go#L38
error returned from external package is unwrapped: sig: func (github.com/nevalang/neva/internal/runtime.Runtime).Run(ctx context.Context, prog github.com/nevalang/neva/internal/runtime.Program) (code int, err error) (wrapcheck)
lint: pkg/typesystem/resolver_test.go#L13
error strings should not be capitalized or end with punctuation or a newline (golint)
lint: pkg/typesystem/typesystem_test.go#L11
h is a global variable (gochecknoglobals)
lint: pkg/typesystem/typesystem_test.go#L101
Function TestDef_String missing the call to method parallel
lint: pkg/typesystem/typesystem_test.go#L116
Range statement for test TestDef_String missing the call to method parallel in test Run
lint: internal/compiler/compiler.go#L52
S1017: should replace this `if` statement with an unconditional `strings.TrimPrefix` (gosimple)
lint: pkg/typesystem/scope_test.go#L19
GetType returns interface (github.com/nevalang/neva/pkg/typesystem.Scope) (ireturn)
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/