https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 5cc693f32871455c45e74e22d6b8800f5dc833d9 authored by Jorropo on 27 July 2023, 11:18:21 UTC
docs: `RELEASE_ISSUE_TEMPLATE` mention `GITHUB_TOKEN`
Tip revision: 5cc693f
.golangci.yml
linters:
  enable:
    - stylecheck

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