Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

feat: golanglint-ci

feat: golanglint-ci #4

Triggered via push February 16, 2024 18:30
Status Failure
Total duration 3m 6s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: cmd/mount/store/store.go#L60
Error return value of `chattr.SetAttr` is not checked (errcheck)
build: cmd/mount/store/store.go#L64
Error return value of `chattr.UnsetAttr` is not checked (errcheck)
build: cmd/mount/store/store.go#L77
Error return value of `syscall.Unmount` is not checked (errcheck)
build: cmd/mount/store/store.go#L78
Error return value of `syscall.Unmount` is not checked (errcheck)
build: cmd/mount/path/path.go#L68
Error return value of `syscall.Unmount` is not checked (errcheck)
build: pkg/logging/userHandler.go#L81
func `(*UserHandler).computeAttrs` is unused (unused)
build: cmd/mount/store/store.go#L23
var `fRefreshStore` is unused (unused)
build: cmd/layer/remove/remove.go#L26
var `fDryRun` is unused (unused)
build: cmd/layer/getProperty/getProperty.go#L51
ineffectual assignment to target_layer (ineffassign)
build: cmd/layer/initcmd/init.go#L43
ineffectual assignment to json_config (ineffassign)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.