--- title: UnusedSnippet description: Identifies snippets that aren't used. source_url: html: >- https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/unused-snippet md: >- https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/unused-snippet.md --- ExpandOn this page * [Auto-correction](https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/unused-snippet.md#auto-correction) * [Disabling this check](https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/unused-snippet.md#disabling-this-check) # UnusedSnippet Deprecated This check only exists in Theme Check `v1.X.X`. Identifies snippets that aren't used. For example, this check fails when Theme Check can't find a `render` tag that uses the snippet. *** ## Auto-correction Theme Check can correct this error using the `--auto-correct` flag. When the flag is specified, Theme Check automatically deletes the unused snippet file. *** ## Disabling this check This check is safe to [disable](https://shopify.dev/docs/storefronts/themes/tools/theme-check/configuration). *** * [Auto-correction](https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/unused-snippet.md#auto-correction) * [Disabling this check](https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/unused-snippet.md#disabling-this-check)