kubo/.codeclimate.yml
zramsay 0b584587cc codeclimate: use only 4/5 defaults
because context.TODO() is a legit function

License: MIT
Signed-off-by: Zach Ramsay <zach.ramsay@gmail.com>
2017-06-01 14:04:23 -04:00

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