kubo/core
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
..
commands chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
coreapi chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
corehttp chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
coreiface chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
corerepo chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
coreunix chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
mock chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
node chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
.gitignore
builder.go chore: migrate bootstrap to ipfs/boxo (#10158) 2023-10-31 18:25:14 +01:00
core_test.go chore: update boxo, go-libp2p, and internalize mplex (#10095) 2023-08-24 06:11:02 +00:00
core.go fix: Provide according to Reprovider.Strategy (#10886) 2025-08-08 10:56:44 +02:00