From 260dc65dff214f1193b8f28a2f2ece1b47f6cd1b Mon Sep 17 00:00:00 2001 From: Hakan Ensari Date: Sun, 24 Apr 2016 16:17:00 +0100 Subject: [PATCH] Disable Metrics/LineLength cop --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 338b4df..fd0b9c7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,3 +2,5 @@ AllCops: TargetRubyVersion: 2.3 Documentation: Enabled: false +Metrics/LineLength: + Enabled: false