ipfs-cluster/.codeclimate.yml

32 lines
422 B
YAML
Raw Normal View History

ratings:
paths:
- "**/*.go"
checks:
file-lines:
config:
threshold: 500
method-complexity:
config:
threshold: 8
method-lines:
config:
threshold: 60
similar-code:
enabled: false
engines:
fixme:
enabled: true
config:
strings:
- FIXME
- HACK
- XXX
- BUG
golint:
enabled: true
govet:
enabled: true
gofmt:
enabled: true