Adding badges #5
Annotations
10 errors
|
lint:
application.go#L98
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"target value is invalid\")" (err113)
|
|
lint:
application.go#L93
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"target cannot be nil\")" (err113)
|
|
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:
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)
|