You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed all errors reported by golangci-lint v2.6.1:
1. errcheck: Added error checking for Close() calls
- comp.go: Check w.Close() and p.Close() errors
- comp_xz.go, comp_zstd.go: Check w.Close() errors
- super.go: Check f.Close() and sb.Close() errors
- squashfs_components_test.go: Check all Close() errors in tests
2. staticcheck QF1003: Convert if-else chain to tagged switch
- inode.go:407: Use switch on i.Blocks[block] instead of if-else
3. staticcheck QF1008: Remove embedded field from selector
- inode_fuse.go: Use entry.Ino instead of entry.Attr.Ino
- inode_linux.go: Use attr.Uid/Gid instead of attr.Owner.Uid/Gid
4. Remove list_squashfs.go (replaced by cmd/sqfs)
All 21 tests continue to pass.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments