writable ext4 #431
Annotations
11 errors
|
filesystem/ext4/ext4.go#L1412
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#L1376
assignOp: replace `bg = bg % fs.blockGroups` with `bg %= fs.blockGroups` (gocritic)
|
filesystem/ext4/ext4.go#L105
importShadow: shadow of imported from 'io/fs' package 'fs' (gocritic)
|
filesystem/ext4/ext4.go#L677
importShadow: shadow of imported from 'io/fs' package 'fs' (gocritic)
|
filesystem/ext4/ext4.go#L685
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)
|
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)
|
filesystem/ext4/extent.go#L169
receiver-naming: receiver name n should be consistent with previous receiver name e for extentLeafNode (revive)
|
This job was cancelled
Loading