https://github.com/ipfs/go-ipfs
Raw File
Tip revision: f7bc237654bb3209adbc35c5ee2c7b253e7c140b authored by Henrique Dias on 15 June 2023, 11:42:18 UTC
Merge pull request #9960 from ipfs/release-v0.21.0
Tip revision: f7bc237
.golangci.yml
linters:
  enable:
    - stylecheck

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