Add Cache, Scheduler, and EventBus modules for enhanced application capabilities #104
ci.yml
on: pull_request
Test
36s
Test CLI
39s
lint
9s
Build and run example app
24s
Build and run example tenants app
18s
Annotations
8 errors
|
lint:
application.go#L481
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"constructor must be a function\")" (err113)
|
|
lint:
application.go#L522
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"no service found for constructor parameter %d of type %v\", paramIndex, paramType)" (err113)
|
|
lint:
application.go#L556
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"constructor must return exactly two values (Module, error)\")" (err113)
|
|
lint:
application.go#L566
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"constructor must return a Module as first value\")" (err113)
|
|
lint:
application.go#L580
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"service does not implement required interface %v\", dep.SatisfiesInterface)" (err113)
|
|
lint:
config_provider.go#L85
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"config: setup error for %s\", key)" (err113)
|
|
lint:
feeders/affixed_env.go#L121
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"field of type %v cannot be set\", field.Type())" (err113)
|
|
lint
issues found
|