Extend filesystem interface #519
Annotations
10 errors and 2 warnings
lint:
filesystem/fat32/fat32.go#L493
importShadow: shadow of imported package 'path' (gocritic)
|
lint:
filesystem/fat32/fat32.go#L498
paramTypeCombine: func(oldpath string, newpath string) error could be replaced with func(oldpath, newpath string) error (gocritic)
|
lint:
filesystem/fat32/fat32.go#L503
paramTypeCombine: func(oldpath string, newpath string) error could be replaced with func(oldpath, newpath string) error (gocritic)
|
lint:
filesystem/ext4/ext4.go#L707
importShadow: shadow of imported package 'path' (gocritic)
|
lint:
filesystem/ext4/ext4.go#L712
paramTypeCombine: func(oldpath string, newpath string) error could be replaced with func(oldpath, newpath string) error (gocritic)
|
lint:
filesystem/squashfs/squashfs.go#L284
importShadow: shadow of imported package 'path' (gocritic)
|
lint:
filesystem/fat32/fat32.go#L509
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
filesystem/fat32/fat32.go#L515
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
filesystem/fat32/fat32.go#L641
unused-parameter: parameter 'oldpath' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
filesystem/fat32/fat32.go#L645
unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ (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 use a deprecated Node.js version 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/
|
Loading