https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 62eb1439157ea8de385671cb513e8ece10e43baf authored by occupyhabit on 25 March 2024, 08:59:47 UTC
docs: fix some typos (#10377)
Tip revision: 62eb143
.golangci.yml
linters:
  enable:
    - stylecheck

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