https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 1d7976667e11c006d4957c0a7af9dd8b4dbd168c authored by Piotr Galar on 21 March 2023, 09:27:25 UTC
Merge branch 'master' into process-improvement-v0.18.0
Tip revision: 1d79766
.golangci.yml
linters:
  enable:
    - stylecheck

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