UnknownFilter
Identifies references to unknown Liquid filters.
Anchor to ExamplesExamples
The following examples contain code snippets that either fail or pass this check.
Anchor to ✗ Fail✗ Fail
{{ x | some_unknown_filter }}
Anchor to ✓ Pass✓ Pass
{{ x | upcase }}
Anchor to OptionsOptions
UnknownFilter
enabledtrue
severity error
Parameter | Description |
---|---|
enabled | Whether this check is enabled. |
severity | The severity of the check. |
Anchor to Disabling this checkDisabling this check
Disabling this check isn't recommended.
Was this page helpful?