Allows to open disk from already existing fs.File descriptor #532
Annotations
10 errors and 2 warnings
lint:
diskfs.go#L260
Error return value of `newDisk.GetPartitionTable` is not checked (errcheck)
|
lint:
util/backend.go#L12
importShadow: shadow of imported from 'github.com/diskfs/go-diskfs/backend' package 'backend' (gocritic)
|
lint:
filesystem/squashfs/const_internal_test.go#L165
importShadow: shadow of imported from 'io/fs' package 'fs' (gocritic)
|
lint:
filesystem/squashfs/const_internal_test.go#L204
importShadow: shadow of imported from 'io/fs' package 'fs' (gocritic)
|
lint:
filesystem/squashfs/const_internal_test.go#L238
importShadow: shadow of imported from 'io/fs' package 'fs' (gocritic)
|
lint:
filesystem/fat32/fat32_test.go#L879
importShadow: shadow of imported from 'github.com/diskfs/go-diskfs/backend' package 'backend' (gocritic)
|
lint:
filesystem/fat32/fat32_test.go#L936
importShadow: shadow of imported from 'github.com/diskfs/go-diskfs/backend' package 'backend' (gocritic)
|
lint:
diskfs.go#L220
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
diskfs.go#L226
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
disk/disk_test.go#L151
commentedOutCode: may want to remove commented-out code (gocritic)
|
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