Skip to content

feat: add Stop method (#110) #321

feat: add Stop method (#110)

feat: add Stop method (#110) #321

Triggered via push October 1, 2024 01:19
Status Failure
Total duration 1m 58s
Artifacts

lint.yml

on: push
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: context_request.go#L174
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
unassigned variable `fiberErr` accessed field `Code`