Skip to content

feat: [#504] Route supports configure timeout #369

feat: [#504] Route supports configure timeout

feat: [#504] Route supports configure timeout #369

Re-run triggered November 11, 2024 09:45
Status Failure
Total duration 1m 58s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint / nilaway: context_request.go#L38
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
literal `nil` returned from `MakeLog()` in position 0
lint / nilaway
returned as result 0 from interface method `Application.MakeLog()` (implemented by `Container.MakeLog()`)
lint / nilaway
result 0 of `MakeLog()` assigned into global variable `LogFacade`
lint / nilaway
global variable `LogFacade` called `Error()`
lint / nilaway: context_request.go#L38
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
nilable value assigned into global variable `LogFacade`
lint / nilaway
global variable `LogFacade` called `Error()`
lint / nilaway: middleware_cors.go#L58
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
literal `nil` returned from `MakeConfig()` in position 0