mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
refactor: Reduce maximum block nesting in Liquid::BlockBody#parse (#944)
This commit is contained in:
committed by
GitHub
parent
7d2d90d715
commit
6c117fd7dd
@@ -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