Warn against missing use of `{{ block.shopify_attributes }}` in blocks with `tag: null`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 234
- Forks
- 92
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
“When
”tag”: nullset in block schema, then{{ block.shopify_attributes }}must exist in the markup of the template”
Describe the solution you'd like
For block/*.liquid files, when the {% schema %} contains "tag": null at the top level, then we should report a WARNING severity offence on tag: null
Additional context
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing validation for block/*.liquid files and how schema-level tag values are reported. Confirm how existing offences assign severity, then verify that tag: null produces a WARNING when block.shopify_attributes is absent; add or run the relevant validation checks if the project provides them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100