Skip to content

[WIP] Fix for hard links #335

[WIP] Fix for hard links

[WIP] Fix for hard links #335

Triggered via push June 26, 2024 15:49
Status Failure
Total duration 5m 37s
Artifacts

ci.yml

on: push
Matrix: lint
test-linux
0s
test-linux
Matrix: test-windows
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint (windows): internal/wclayer/cim/block_cim_writer.go#L215
Error return value of `cw.cimWriter.Unlink` is not checked (errcheck)
lint (windows): internal/wclayer/cim/block_cim_writer.go#L217
Error return value of `pw.Unlink` is not checked (errcheck)
lint (windows): internal/layers/wcow_mount.go#L305
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
lint (windows): internal/wclayer/cim/cim_writer_test.go#L26
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint (windows): internal/wclayer/cim/cim_writer_test.go#L43
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint (windows): pkg/cimfs/cim_test.go#L446
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
lint (windows): pkg/cimfs/cim_test.go#L150
test helper function should start from t.Helper() (thelper)
lint (windows): pkg/cimfs/cim_test.go#L162
test helper function should start from t.Helper() (thelper)
lint (windows): pkg/cimfs/cim_test.go#L417
test helper function should start from t.Helper() (thelper)
lint (windows): pkg/cimfs/cim_test.go#L425
test helper function should start from t.Helper() (thelper)