From a62c16d7ccd790deeeec48cf151596c0e14b8393 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 2 Jan 2020 13:04:01 +0000 Subject: [PATCH] Fixes Rubocop warning --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index e61179b1..f7e386e4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,8 @@ AllCops: Exclude: - '*.gemspec' - 'vendor/**/*' +Layout/LineLength: + Max: 120 Lint/UriEscapeUnescape: Enabled: false Metrics/AbcSize: @@ -17,8 +19,6 @@ Metrics/ClassLength: - 'app/controllers/enumeration/cli_options.rb' Metrics/CyclomaticComplexity: Max: 8 -Metrics/LineLength: - Max: 120 Metrics/MethodLength: Max: 20 Exclude: