This check exists to prevent user errors.
This check is aimed at preventing the use of unknown filters.
👎 Examples of incorrect code for this check:
{{ x | some_unknown_filter }}
👍 Examples of correct code for this check:
{{ x | upcase }}
The default configuration for this check is the following:
UnknownFilter:
enabled: true
It is not safe to disable this rule.
This check has been introduced in Theme Check 0.1.0.