Skip to content

Jm/ext - Go and Rust extension support. #78

Jm/ext - Go and Rust extension support.

Jm/ext - Go and Rust extension support. #78

Triggered via pull request September 29, 2023 13:34
Status Failure
Total duration 1m 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
golang: extension/generator/golang/generator.go#L21
File is not `goimports`-ed with -local github.com/loopholelabs/scale (goimports)
golang: extension/generator/golang/generator_test.go#L22
File is not `goimports`-ed with -local github.com/loopholelabs/scale (goimports)
golang: extension/schema.go#L30
File is not `goimports`-ed with -local github.com/loopholelabs/scale (goimports)
golang: extension/generator/rust/generator_test.go#L44
ineffectual assignment to err (ineffassign)
golang
golangci-lint exit with code 4
golang: extension/info.go#L3
exported: type name will be used as extension.ExtensionInfo by other packages, and that stutters; consider calling this Info (revive)
golang: extension/schema.go#L43
var-naming: var ErrNoInstanceId should be ErrNoInstanceID (revive)