From 4392aa43d447b6708db57c363bdae9336001f6ae Mon Sep 17 00:00:00 2001 From: beorn7 Date: Fri, 20 Jan 2017 11:07:20 +0100 Subject: [PATCH] Remove auto-generated protobuf code from codeclimate --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 9aca278d4..bc66d3501 100644 --- a/.codeclimate.yml +++ b/.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"