removed temp files #14
Annotations
10 errors and 1 warning
lint:
pkg/script/expressions/value-expression.go#L15
field `cast` is unused (unused)
|
lint:
pkg/script/expressions/value-expression.go#L455
func `(*ValueExpression).evalArray` is unused (unused)
|
lint:
pkg/script/statements/return-statement.go#L12
field `returnValues` is unused (unused)
|
lint:
pkg/script/script.go#L285
func `(*Script).parseMatch` is unused (unused)
|
lint:
internal/threagile/explain.go#L162
func `(*Threagile).initExplainOld` is unused (unused)
|
lint:
pkg/script/common/cast.go#L52
S1034: assigning the result of this type assertion to a variable (switch value := value.(type)) could eliminate type assertions in switch cases (gosimple)
|
lint:
pkg/script/common/cast.go#L54
S1034(related information): could eliminate this type assertion (gosimple)
|
lint:
pkg/script/common/cast.go#L57
S1034(related information): could eliminate this type assertion (gosimple)
|
lint:
pkg/script/common/cast.go#L68
S1034: assigning the result of this type assertion to a variable (switch value := value.(type)) could eliminate type assertions in switch cases (gosimple)
|
lint:
pkg/script/common/cast.go#L70
S1034(related information): could eliminate this type assertion (gosimple)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|