prometheus/.codeclimate.yml

15 lines
185 B
YAML
Raw Normal View History

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