kubo/test/cli/harness
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
..
buffer.go test: fix autoclient flakiness (#9769) 2023-03-29 11:56:25 -04:00
harness.go chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
http_client.go test: port gateway sharness tests to Go tests 2023-01-17 21:27:54 +01:00
ipfs.go fix: Provide according to Reprovider.Strategy (#10886) 2025-08-08 10:56:44 +02:00
log.go test: port peering test from sharness to Go 2023-03-13 10:54:53 -04:00
node.go chore: update go-libp2p to v0.41.0 (#10733) 2025-02-25 23:50:45 +01:00
nodes.go test: port routing DHT tests to Go (#9709) 2023-03-29 19:28:55 -04:00
pbinspect.go chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
peering.go fix(ci): make NewRandPort thread-safe (#10921) 2025-08-18 22:12:22 +02:00
run.go tests(cli/harness): use unused Verbose flag to pipe daemon outputs (#10601) 2024-11-27 19:35:15 +01:00