https://github.com/ipfs/go-ipfs
Raw File
Tip revision: dae471e22882f9cc8ed98fceb60a52dcf0f51c89 authored by Jorropo on 29 December 2023, 01:52:47 UTC
chore: update boxo for bitswap providing refactor
Tip revision: dae471e
.golangci.yml
linters:
  enable:
    - stylecheck

linters-settings:
  stylecheck:
    checks:
    - all
    - '-ST1003'
    dot-import-whitelist:
      - github.com/ipfs/kubo/test/cli/testutils
back to top