From: Boubacar Date: Mon, 17 Feb 2020 17:33:47 +0000 (-0500) Subject: change Max for rubocop Metrics/ModuleLength X-Git-Tag: live~2850^2~2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/e854273c48c2d8bcdacc3c06309e1e809457745a?hp=-c change Max for rubocop Metrics/ModuleLength --- e854273c48c2d8bcdacc3c06309e1e809457745a 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'