From beba17e2be3ad4be095bc57b8239f7e3043711b4 Mon Sep 17 00:00:00 2001 From: pprokop Date: Wed, 18 Jan 2017 14:00:39 +0100 Subject: [PATCH] Adding vendor to exclude_paths --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 7b2db77..3a87628 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -11,3 +11,5 @@ engines: ratings: paths: - "**.go" +exclude_paths: +- "vendor/"