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"
|
||||
exclude_paths:
|
||||
- "/storage/remote/remote.pb.go"
|
||||
- /vendor
|
||||
- /web/ui/static/vendor
|
||||
- vendor/
|
||||
- web/ui/static/vendor/
|
||||
- "/web/ui/bindata.go"
|
||||
|
|
Loading…
Reference in New Issue