Added 'Metrics/ModuleLength' to V2 Rubocops.
This commit is contained in:
parent
e1a5a2f94b
commit
37a9801d73
1 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,10 @@ Metrics/BlockNesting:
|
||||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#three-is-the-number-thou-shalt-count'
|
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#three-is-the-number-thou-shalt-count'
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Metrics/ModuleLength:
|
||||||
|
Description: 'Avoid modules longer than 100 lines of code.'
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
Style/Documentation:
|
Style/Documentation:
|
||||||
|
|
Loading…
Reference in a new issue