Revision b43f3c151a89acffba1f84a207693f1da37dc80d authored by Piotr Galar on 20 March 2023, 12:25:23 UTC, committed by galargh on 20 March 2023, 14:03:07 UTC
fix: remove outdated changelog part
(cherry picked from commit 624846fc15a55fd76f0899fb41a87f41772c8b47)
1 parent 1386592
Raw File
.golangci.yml
linters:
  enable:
    - stylecheck

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