2025 01 25 Project cleanup #1
validate.yml
on: pull_request
call-workflow
/
build
2m 27s
call-workflow
/
validate
36s
Annotations
10 errors
call-workflow / validate:
examples/appendices/simple.go#L6
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
|
call-workflow / validate:
examples/example_early_exit_test.go#L29
receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)
|
call-workflow / validate:
wasmer/config.go#L26
receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)
|
call-workflow / validate:
wasmer/config.go#L69
receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)
|
call-workflow / validate:
wasmer/config.go#L104
receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)
|
call-workflow / validate:
wasmer/config.go#L115
receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)
|
call-workflow / validate:
wasmer/config.go#L132
receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)
|
call-workflow / validate:
wasmer/config.go#L144
receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)
|
call-workflow / validate:
wasmer/config.go#L150
receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)
|
call-workflow / validate:
wasmer/config.go#L161
receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)
|