mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
because context.TODO() is a legit function License: MIT Signed-off-by: Zach Ramsay <zach.ramsay@gmail.com>
26 lines
293 B
YAML
26 lines
293 B
YAML
ratings:
|
|
paths:
|
|
- "**/*.go"
|
|
|
|
exclude_paths:
|
|
- test/
|
|
- Godeps/
|
|
- thirdparty/
|
|
- "**/*.pb.go"
|
|
|
|
engines:
|
|
fixme:
|
|
enabled: true
|
|
config:
|
|
strings:
|
|
- FIXME
|
|
- HACK
|
|
- XXX
|
|
- BUG
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
gofmt:
|
|
enabled: true
|