Remove .codeclimate.yml

See https://github.com/prometheus/prometheus/pull/3333#issuecomment-339209982
This commit is contained in:
Julius Volz 2017-10-26 04:51:11 +00:00
parent ce63a5a855
commit 554ccf551c
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
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"