mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
20 lines
215 B
YAML
20 lines
215 B
YAML
ratings:
|
|
paths:
|
|
- "**/*.go"
|
|
|
|
exclude_paths:
|
|
- test/
|
|
- Godeps/
|
|
- thirdparty/
|
|
- "**/*.pb.go"
|
|
|
|
engines:
|
|
fixme:
|
|
enabled: true
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
gofmt:
|
|
enabled: true
|