refactor: Reduce maximum block nesting in Liquid::BlockBody#parse

This commit is contained in:
Dylan Thacker-Smith
2017-10-17 18:14:45 -04:00
parent 7d2d90d715
commit 730c99ae3e
2 changed files with 28 additions and 33 deletions
-2
View File
@@ -7,8 +7,6 @@ AllCops:
Metrics/BlockNesting:
Max: 3
Exclude:
- 'lib/liquid/block_body.rb'
Metrics/ModuleLength:
Enabled: false