https://github.com/ipfs/go-ipfs
Raw File
Tip revision: eb7d6f98dfebf6b3e36df3fcbb71b26de6d47335 authored by Piotr Galar on 20 March 2023, 15:48:58 UTC
Merge branch 'master' into merge-release-v0.19.0
Tip revision: eb7d6f9
.golangci.yml
linters:
  enable:
    - stylecheck

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