Browse Source

Merge pull request #2355 from prometheus/beorn7/lint

Remove auto-generated protobuf code from codeclimate
pull/2359/head
Björn Rabenstein 8 years ago committed by GitHub
parent
commit
9688a312ed
  1. 1
      .codeclimate.yml

1
.codeclimate.yml

@ -9,6 +9,7 @@ ratings:
paths:
- "**.go"
exclude_paths:
- "/storage/remote/remote.pb.go"
- /vendor
- /web/ui/static/vendor
- "/web/ui/bindata.go"

Loading…
Cancel
Save