https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 4790618a292b5d2c7b6ad788929484a07b48b767 authored by Henrique Dias on 18 January 2024, 16:26:54 UTC
chore: remove Gateway.APICommands
Tip revision: 4790618
.golangci.yml
linters:
  enable:
    - stylecheck

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