kubo/core/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
..
helpers chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
libp2p chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
bitswap.go chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
builder.go coreapi/unixfs: don't create an additional IpfsNode for --only-hash 2024-03-19 12:37:23 +01:00
core.go feat(ci): reusable spellcheck from unified CI (#10873) 2025-08-14 00:35:35 +00:00
dns.go refactor: switch gateway code to new API from go-libipfs (#9681) 2023-03-30 13:20:37 +00:00
groups.go chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
helpers.go refactor: remove goprocess (#10872) 2025-08-06 00:33:45 +02:00
identity.go chore: bump go-libp2p v0.22.0 & go1.18&go1.19 2022-09-09 17:09:38 +02:00
ipns.go refactor: update to boxo without goprocess (#10567) 2024-11-19 18:04:22 +01:00
peering.go chore: migrate peering to ipfs/boxo (#10157) 2023-10-31 13:45:51 +00:00
provider.go fix: Provide according to Reprovider.Strategy (#10886) 2025-08-08 10:56:44 +02:00
storage.go Upgrade to Boxo v0.34.0 (#10917) 2025-08-15 14:43:26 -07:00