From e854273c48c2d8bcdacc3c06309e1e809457745a Mon Sep 17 00:00:00 2001 From: Boubacar Date: Mon, 17 Feb 2020 12:33:47 -0500 Subject: [PATCH 1/1] change Max for rubocop Metrics/ModuleLength --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 1ae01086a..77f26d863 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,6 +29,9 @@ Metrics/ClassLength: Exclude: - 'test/**/*' +Metrics/ModuleLength: + Max: 150 + Naming/FileName: Exclude: - 'script/deliver-message' -- 2.45.1