Skip to content

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

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

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

Triggered via pull request November 22, 2024 00:04
Status Failure
Total duration 54s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint / nilaway: view.go#L24
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
literal `nil` returned from `MakeView()` in position 0
lint / nilaway
returned as result 0 from interface method `Application.MakeView()` (implemented by `Container.MakeView()`)
lint / nilaway
result 0 of `MakeView()` assigned into global variable `ViewFacade`
lint / nilaway
global variable `ViewFacade` called `GetShared()`
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):