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: