Browse Source

Remove auto-generated protobuf code from codeclimate

pull/2355/head
beorn7 8 years ago
parent
commit
4392aa43d4
  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