Skip to content

feat: [#521] User can custom recover when a request panic #364

feat: [#521] User can custom recover when a request panic

feat: [#521] User can custom recover when a request panic #364

Triggered via pull request November 26, 2024 23:09
Status Failure
Total duration 59s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint / nilaway: config/cors.go#L9
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
literal `nil` returned from `MakeConfig()` in position 0
lint / nilaway
returned as result 0 from interface method `Application.MakeConfig()` (implemented by `Container.MakeConfig()`)
lint / nilaway
result 0 of `MakeConfig()` returned from `Config()` in position 0
lint / nilaway
result 0 of `Config()` called `Add()` via the assignment(s):
lint / nilaway: context_response_test.go#L42
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
result 0 of `NewRoute()` lacking guarding; assigned into field `route` via the assignment(s):
lint / nilaway
field `route` called `Get()`
lint / nilaway: group_test.go#L539
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
literal `nil` returned from `Response()` in position 0