Update .codeclimate.yml

Changed the vendor/ path in the exclude paths node.
This commit is contained in:
Scott Larkin 2017-01-23 14:58:53 -05:00 committed by GitHub
parent d840f2c400
commit 5319e1da09
1 changed files with 2 additions and 2 deletions

View File

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