Merge pull request #3355 from prometheus/remove-codeclimate

Remove .codeclimate.yml
This commit is contained in:
Fabian Reinartz 2017-10-26 09:03:11 +02:00 committed by GitHub
commit 5800c257af
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"