mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 06:57:40 +08:00
12 lines
181 B
YAML
12 lines
181 B
YAML
linters:
|
|
enable:
|
|
- stylecheck
|
|
|
|
linters-settings:
|
|
stylecheck:
|
|
checks:
|
|
- all
|
|
- '-ST1003'
|
|
dot-import-whitelist:
|
|
- github.com/ipfs/kubo/test/cli/testutils
|