From 5319e1da0993c360b5bf59968671e6b9ce8821ab Mon Sep 17 00:00:00 2001 From: Scott Larkin Date: Mon, 23 Jan 2017 14:58:53 -0500 Subject: [PATCH] Update .codeclimate.yml Changed the vendor/ path in the exclude paths node. --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index bc66d3501..6db7af080 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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"