From 37a9801d73dede64860c971c4fa8cee27f75bfcc Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Fri, 3 Jul 2015 19:13:30 +0200 Subject: [PATCH] Added 'Metrics/ModuleLength' to V2 Rubocops. --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index d079c8dc1..2b6e174b9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -184,6 +184,10 @@ Metrics/BlockNesting: StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#three-is-the-number-thou-shalt-count' Enabled: false +Metrics/ModuleLength: + Description: 'Avoid modules longer than 100 lines of code.' + Enabled: false + # TODO Style/Documentation: