refactor: Reduce maximum block nesting in Liquid::BlockBody#parse (#944)

This commit is contained in:
Dylan Thacker-Smith
2017-10-19 10:12:40 -04:00
committed by GitHub
parent 7d2d90d715
commit 6c117fd7dd
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