Added 'Metrics/ModuleLength' to V2 Rubocops.

This commit is contained in:
Thorsten Eckel 2015-07-03 19:13:30 +02:00
parent e1a5a2f94b
commit 37a9801d73

View file

@ -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: