https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 0f1181d23218fe2d8263eb1eab9c415ff5ea57c0 authored by galargh on 06 March 2023, 12:30:18 UTC
chore: update version
Tip revision: 0f1181d
.golangci.yml
linters:
  enable:
    - stylecheck

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