mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-09 10:18:04 +08:00
19 lines
200 B
YAML
19 lines
200 B
YAML
ratings:
|
|
paths:
|
|
- "**/*.go"
|
|
|
|
exclude_paths:
|
|
- test/
|
|
- Godeps/
|
|
- thirdparty/
|
|
|
|
engines:
|
|
fixme:
|
|
enabled: true
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
gofmt:
|
|
enabled: true
|