Revision 385131165f477f579c7dcbe59fd9271b51c9f97f authored by Henrique Dias on 01 November 2023, 10:24:37 UTC, committed by Henrique Dias on 01 November 2023, 10:24:37 UTC
1 parent e068f14
Raw File
.golangci.yml
linters:
  enable:
    - stylecheck

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