kubo/fuse/node
Marcin Rataj 4f4dac9564 chore: fix all golangci-lint staticcheck issues
align kubo with unified golang ci linter from IPDX and
rules used in boxo and other go packages

addressed lint rules:
- ST1000: added package comments
- ST1020, ST1021, ST1022: fixed function/method comments
- QF1001: applied De Morgan's law
- QF1003: converted if-else chains to tagged switches
- QF1004: replaced strings.Replace with strings.ReplaceAll
- QF1008: simplified embedded struct field selectors
- unconvert: removed unnecessary type conversions
- usestdlibvars: used stdlib constants instead of literals

disabled errcheck linter in .golangci.yml
2025-08-20 02:07:42 +02:00
..
mount_darwin.go chore: update go-libp2p to v0.41.0 (#10733) 2025-02-25 23:50:45 +01:00
mount_nofuse.go refactor: remove goprocess (#10872) 2025-08-06 00:33:45 +02:00
mount_notsupp.go refactor: remove goprocess (#10872) 2025-08-06 00:33:45 +02:00
mount_test.go feat(fuse): Expose MFS as FUSE mount point (#10781) 2025-05-06 21:55:53 +02:00
mount_unix.go chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
mount_windows.go refactor: remove goprocess (#10872) 2025-08-06 00:33:45 +02:00