Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 663 Bytes

unused_snippet.md

File metadata and controls

32 lines (19 loc) · 663 Bytes

Remove unused snippets in themes (UnusedSnippet)

This check warns the user about snippets that are not used (Could not find a render tag that uses that snippet)

Check Details

This check is aimed at eliminating unused snippets.

Check Options

The default configuration for this check is the following:

UnusedSnippet:
  enabled: true

When Not To Use It

It's safe to disable this rule.

Version

This check has been introduced in Theme Check 0.1.0.

Resources