fixing merge error with brackets #2
Annotations
10 errors and 2 warnings
lint:
filesystem/fat32/directory.go#L80
declaration has 3 blank identifiers (dogsled)
|
lint:
filesystem/fat32/directory.go#L109
declaration has 3 blank identifiers (dogsled)
|
lint:
filesystem/fat32/fat32_test.go#L1190
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
filesystem/fat32/fat32_test.go#L1208
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
filesystem/fat32/fat32_test.go#L1339
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
filesystem/fat32/directory.go#L115
Consider pre-allocating `newEntries` (prealloc)
|
lint:
filesystem/ext4/ext4.go#L803
unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
filesystem/ext4/ext4.go#L807
unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
filesystem/squashfs/squashfs.go#L382
unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
filesystem/iso9660/iso9660.go#L417
receiver-naming: receiver name fs should be consistent with previous receiver name fsm for FileSystem (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