Splitting out interfaces #37
ci.yml
on: push
Build and run example app
12s
Build and run example tenants app
17s
Annotations
7 errors
|
lint
issues found
|
|
lint:
application.go#L171
error returned from interface method should be wrapped: sig: func (github.com/GoCodeAlone/modular.Configurable).RegisterConfig(app github.com/GoCodeAlone/modular.Application) error (wrapcheck)
|
|
lint:
application.go#L236
S1040: type assertion to the same type: tenantSvc already has type TenantService (staticcheck)
|
|
Build and run example app
Process completed with exit code 1.
|
|
Build and run example app
cannot use func(app *modular.StdApplication, services map[string]any) (modular.Module, error) {…} (value of type func(app *modular.StdApplication, services map[string]any) (modular.Module, error)) as modular.ModuleConstructor value in return statement
|
|
Build and run example app
cannot use func(app *modular.StdApplication, services map[string]any) (modular.Module, error) {…} (value of type func(app *modular.StdApplication, services map[string]any) (modular.Module, error)) as modular.ModuleConstructor value in return statement
|
|
Build and run example tenants app
Process completed with exit code 1.
|