Skip to content

fix: dependency error #2517

fix: dependency error

fix: dependency error #2517

Triggered via pull request September 29, 2024 14:54
Status Failure
Total duration 1m 15s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint / nilaway: support/str/str.go#L810
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
read directly from variadic parameter `callback` sliced into
lint / nilaway: support/docker/docker.go#L26
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
literal `nil` returned from `Database()` in position 0
lint / nilaway
result 0 of `Database()` returned from `Mysqls()` in position 0
lint / nilaway
result 0 of `Mysqls()` sliced into
lint / nilaway: support/docker/docker.go#L26
error: Potential nil panic detected. Observed nil flow from source to dereference point:
lint / nilaway
deep read from global variable `containers` lacking guarding; returned from `Database()` in position 0 via the assignment(s):
lint / nilaway
result 0 of `Database()` returned from `Mysqls()` in position 0
lint / nilaway
result 0 of `Mysqls()` sliced into