feat: remove Error and Deploy from ModuleConfig #7960
Annotations
6 errors
golangci-lint:
internal/buildengine/engine.go#L820
named return new has same name as predeclared identifier (predeclared)
|
golangci-lint:
go-runtime/compile/build.go#L263
error returned from interface method should be wrapped: sig: func (github.com/TBD54566975/ftl/go-runtime/compile.ModifyFilesTransaction).Begin() error (wrapcheck)
|
golangci-lint:
go-runtime/compile/build.go#L322
error returned from external package is unwrapped: sig: func github.com/TBD54566975/ftl/go-runtime/schema.Extract(moduleDir string) (github.com/TBD54566975/ftl/go-runtime/schema.Result, error) (wrapcheck)
|
golangci-lint:
go-runtime/compile/build.go#L339
error returned from external package is unwrapped: sig: func github.com/TBD54566975/ftl/internal.ScaffoldZip(source *archive/zip.Reader, destination string, ctx any, options ...github.com/TBD54566975/scaffolder.Option) error (wrapcheck)
|
golangci-lint:
go-runtime/compile/build.go#L367
error returned from external package is unwrapped: sig: func (*golang.org/x/sync/errgroup.Group).Wait() error (wrapcheck)
|
golangci-lint
Process completed with exit code 1.
|
Loading