From 2e5aec751f4710e1fca41d4fbb02018c844e462a Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 26 Mar 2015 19:09:01 +0200 Subject: [PATCH] add lineLength ingore --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 68e05d2..9a3219c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -94,3 +94,6 @@ Style/RegexpLiteral: # Cop supports --auto-correct. Style/SpecialGlobalVars: Enabled: false + +Metrics/LineLength: + Enabled: false