prometheus/.codeclimate.yml
Scott Larkin e5a75b2b30 Code Climate config (#2351)
Created a Code Climate config with gofmt, golint, and govet enabled
2017-01-19 22:19:32 +01:00

15 lines
185 B
YAML

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