Skip to content

Splitting out interfaces #37

Splitting out interfaces

Splitting out interfaces #37

Triggered via push April 5, 2025 05:46
Status Failure
Total duration 47s
Artifacts

ci.yml

on: push
Build and run example app
12s
Build and run example app
Build and run example tenants app
17s
Build and run example tenants app
Fit to window
Zoom out
Zoom in

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.