theme-check icon indicating copy to clipboard operation
theme-check copied to clipboard

Validate if we need to ignore UnusuedSnippet with dynamic `render`

Open macournoyer opened this issue 4 years ago • 0 comments

We ignore UnusuedSnippet check as soon as a dynamic render is used: {% render block %}

https://github.com/Shopify/theme-check/blob/master/lib/theme_check/checks/unused_snippet.rb#L20

Maybe this is not needed for render? Need to revisit this.

macournoyer avatar Jun 29 '21 12:06 macournoyer