Skip to main content

UnknownFilter

Identifies references to unknown Liquid filters.


The following examples contain code snippets that either fail or pass this check.

{{ x | some_unknown_filter }}

{{ x | upcase }}

UnknownFilter:
enabled: true
severity: error
ParameterDescription
enabledWhether this check is enabled.
severityThe severity of the check.

Anchor to Disabling this checkDisabling this check

Disabling this check isn't recommended.


Was this page helpful?