feat: add Stop method #320
Triggered via pull request
September 30, 2024 08:31
Status
Failure
Total duration
1m 58s
Artifacts
–
lint.yml
on: pull_request
lint
/
lint
1m 48s
lint
/
nilaway
44s
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`
|