Jm/ext Support for golang extensions #70
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
typescript
26s
golang
1m 15s
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)
|