Updating workflow, adding linting, coverage reporting #3
Annotations
10 errors
|
lint:
application.go#L89
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"target must be a pointer\")" (err113)
|
|
lint:
application.go#L84
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"service '%s' not found\", name)" (err113)
|
|
lint:
application.go#L72
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"service '%s' already registered\", name)" (err113)
|
|
lint:
application.go#L64
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"config section '%s' not found\", section)" (err113)
|
|
lint:
feeders/affixedEnv.go#L39
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"env: prefix or suffix cannot be empty\")" (err113)
|
|
lint:
feeders/affixedEnv.go#L33
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"env: invalid structure\")" (err113)
|
|
lint:
application_test.go#L1057
Error return value of `app.RegisterService` is not checked (errcheck)
|
|
lint:
application_test.go#L1025
Error return value of `app.RegisterService` is not checked (errcheck)
|
|
lint:
application_test.go#L1024
Error return value of `app.RegisterService` is not checked (errcheck)
|
|
lint:
application_test.go#L542
Error return value of `app.Stop` is not checked (errcheck)
|