https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 1f36e3dbe6f9ca6335182150626e4c15fcb8aa8b authored by galargh on 20 March 2023, 16:35:00 UTC
chore: create next changelog
Tip revision: 1f36e3d
.golangci.yml
linters:
  enable:
    - stylecheck

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