writable ext4 #435
Annotations
10 errors and 2 warnings
filesystem/ext4/ext4.go#L1513
Error return value of `bs.Set` is not checked (errcheck)
|
util/bitmap.go#L155
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
filesystem/ext4/ext4.go#L1477
assignOp: replace `bg = bg % fs.blockGroups` with `bg %= fs.blockGroups` (gocritic)
|
filesystem/ext4/ext4.go#L103
importShadow: shadow of imported from 'io/fs' package 'fs' (gocritic)
|
filesystem/ext4/ext4.go#L675
importShadow: shadow of imported from 'io/fs' package 'fs' (gocritic)
|
filesystem/ext4/ext4.go#L683
importShadow: shadow of imported from 'io/fs' package 'fs' (gocritic)
|
filesystem/ext4/extent.go#L428
appendAssign: append result not assigned to the same slice (gocritic)
|
filesystem/ext4/extent.go#L599
appendAssign: append result not assigned to the same slice (gocritic)
|
filesystem/ext4/ext4.go#L858
Consider pre-allocating `newEntries` (prealloc)
|
util/bitmap.go#L111
var-declaration: should omit type int from declaration of var location; it will be inferred from the right-hand side (revive)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading