https://github.com/ipfs/go-ipfs
Raw File
Tip revision: b8c47250026a318d9b1496d7dcea6284355db140 authored by Henrique Dias on 09 May 2023, 09:47:52 UTC
Merge pull request #9804 from ipfs/release-v0.20.0
Tip revision: b8c4725
.golangci.yml
linters:
  enable:
    - stylecheck

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