kubo/plugin/plugins
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
..
badgerds chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
dagjose chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
flatfs chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
fxtest chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
git chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
levelds chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
nopfs chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
pebbleds chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
peerlog chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
telemetry chore: fix all golangci-lint staticcheck issues 2025-08-20 02:07:42 +02:00
.gitignore plugin: make the plugin preload work again 2017-07-13 21:16:04 +02:00
gen_main.sh Fix typos and cleanup 2020-04-20 22:00:01 +03:00
Rules.mk Update Go version to 1.17 (#8815) 2022-04-15 14:32:00 -04:00