Skip to content

fix: correct file existence check in utils/file.go #654

fix: correct file existence check in utils/file.go

fix: correct file existence check in utils/file.go #654

Triggered via push December 4, 2025 10:32
Status Failure
Total duration 1m 18s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint
issues found
lint: module/python/venv.go#L16
SA1019: "golang.org/x/net/context" is deprecated: Use the standard library context package instead. (staticcheck)
lint: envinspection/osinfo_linux.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: utils/file.go#L26
ineffectual assignment to realPath (ineffassign)
lint: utils/file.go#L11
S1008: should use 'return err == nil' instead of 'if err != nil { return false }; return true' (gosimple)