prometheus/.codeclimate.yml

16 lines
218 B
YAML

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