Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
337 stars 95 forks source link

Fix unknown configuration issue for UndefinedObject checker #568

Closed veken1199 closed 2 years ago

veken1199 commented 2 years ago

Fix for https://github.com/Shopify/theme-check/pull/566

We introduced a new arg for UndefinedObject checker without providing a default value for this arg/configuration in default.yml. This cause theme-check to report warning: unknown configuration: UndefinedObject.config_type

We added this configuration in default.yml config file and fixed the values of these configs to a proper symbol format in the yml file