Skip to content

Jm/ext Support for golang extensions #70

Jm/ext Support for golang extensions

Jm/ext Support for golang extensions #70

Triggered via pull request September 21, 2023 09:10
@jimmyaxodjimmyaxod
synchronize #105
jm/ext
Status Failure
Total duration 1m 26s
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

10 errors and 2 warnings
golang: config.go#L1
: # github.com/loopholelabs/scale
golang: config.go#L125
c.stdout undefined (type *Config[T] has no field or method stdout, but does have Stdout)
golang: config.go#L130
c.stderr undefined (type *Config[T] has no field or method stderr, but does have Stderr)
golang: config.go#L135
c.rawOutput undefined (type *Config[T] has no field or method rawOutput)
golang: module.go#L62
template.runtime.config.stdout undefined (type *Config[T] has no field or method stdout, but does have Stdout)
golang: module.go#L62
template.runtime.config.rawOutput undefined (type *Config[T] has no field or method rawOutput)
golang: module.go#L63
template.runtime.config.stdout undefined (type *Config[T] has no field or method stdout, but does have Stdout)
golang: module.go#L66
template.runtime.config.stderr undefined (type *Config[T] has no field or method stderr, but does have Stderr)
golang: module.go#L66
template.runtime.config.rawOutput undefined (type *Config[T] has no field or method rawOutput)
golang: module.go#L67
template.runtime.config.stderr undefined (type *Config[T] has no field or method stderr, but does have Stderr)
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)