File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -270,8 +270,8 @@ alwaysApply: true
270
270
271
271
validation_rules = {
272
272
syntax: {
273
- - Use for multiline code
274
- - Use for inline comments
273
+ - Use {% liquid %} for multiline code
274
+ - Use {% # comments %} for inline comments
275
275
- Never invent new filters, tags, or objects
276
276
- Follow proper tag closing order
277
277
- Use proper object dot notation
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ valid_objects = [
26
26
27
27
validation_rules = {
28
28
syntax: {
29
- - Use {% liquid %} for multiline code
30
- - Use {% # comments %} for inline comments
29
+ - Use {% raw %} {% liquid %} {% endraw %} for multiline code
30
+ - Use {% raw %} {% # comments %} {% endraw %} for inline comments
31
31
- Never invent new filters, tags, or objects
32
32
- Follow proper tag closing order
33
33
- Use proper object dot notation
You can’t perform that action at this time.
0 commit comments