Update .codeclimate.yml
Changed the vendor/ path in the exclude paths node.
This commit is contained in:
parent
d840f2c400
commit
5319e1da09
|
@ -10,6 +10,6 @@ ratings:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- "/storage/remote/remote.pb.go"
|
- "/storage/remote/remote.pb.go"
|
||||||
- /vendor
|
- vendor/
|
||||||
- /web/ui/static/vendor
|
- web/ui/static/vendor/
|
||||||
- "/web/ui/bindata.go"
|
- "/web/ui/bindata.go"
|
||||||
|
|
Loading…
Reference in New Issue