Files
gocryptotrader/.codeclimate.yml
2016-02-01 23:42:34 +11:00

12 lines
146 B
YAML

engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
ratings:
paths:
- "**.go"
exclude_paths:
- web/**/*