Revision 60092924a9135583fc8e1952c7a9c593851b2aec authored by galargh on 04 January 2023, 09:04:09 UTC, committed by galargh on 04 January 2023, 09:04:09 UTC
1 parent 648f765
Raw File
.golangci.yml
linters:
  enable:
    - stylecheck

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