[WIP] Fix for hard links #335
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)
|