https://github.com/ipfs/go-ipfs
Raw File
Tip revision: d0e6b18e8e99d728454652f1b29deda3f16d604d authored by dependabot[bot] on 18 March 2024, 21:42:23 UTC
chore(deps): bump docker/login-action from 3.0.0 to 3.1.0
Tip revision: d0e6b18
.golangci.yml
linters:
  enable:
    - stylecheck

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