feat(vscode:extension): improve logging #515
Annotations
10 errors and 1 warning
internal/compiler/parser/parser_test.go#L14
Function TestParser_ParseFile missing the call to method parallel
|
internal/compiler/sourcecode/scope.go#L67
func `Scope.parseRef` is unused (unused)
|
internal/compiler/sourcecode/scope.go#L48
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ref is not entity ref: %v\", ref)" (goerr113)
|
internal/compiler/sourcecode/scope.go#L45
GetType returns interface (github.com/nevalang/neva/pkg/typesystem.Scope) (ireturn)
|
internal/compiler/sourcecode/src.go#L34
named return "entity" with type "Entity" found (nonamedreturns)
|
internal/compiler/sourcecode/src.go#L51
named return "entity" with type "Entity" found (nonamedreturns)
|
internal/compiler/sourcecode/scope.go#L107
variable name 'ok' is too short for the scope of its usage (varnamelen)
|
internal/compiler/compiler.go#L52
S1017: should replace this `if` statement with an unconditional `strings.TrimPrefix` (gosimple)
|
internal/vm/decoder/proto/adapter.go#L113
msg returns interface (github.com/nevalang/neva/internal/runtime.Msg) (ireturn)
|
internal/compiler/irgen/irgen.go#L94
`(Generator).processComponentNode` - `ctx` is unused (unparam)
|
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/
|
The logs for this run have expired and are no longer available.
Loading