mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
refactor: Reduce maximum block nesting in Liquid::BlockBody#parse
This commit is contained in:
@@ -7,8 +7,6 @@ AllCops:
|
||||
|
||||
Metrics/BlockNesting:
|
||||
Max: 3
|
||||
Exclude:
|
||||
- 'lib/liquid/block_body.rb'
|
||||
|
||||
Metrics/ModuleLength:
|
||||
Enabled: false
|
||||
|
||||
Reference in New Issue
Block a user