From a35be723a3d519f2423246bb0065830665022b2e Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 9 Feb 2016 10:44:19 -0500 Subject: [PATCH] exclude vendor directory --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 3014411..07d01c1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,6 +2,7 @@ AllCops: TargetRubyVersion: 2.1 Exclude: - _site/**/* + - vendor/**/* Metrics/LineLength: Enabled: false