Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
334 stars 96 forks source link

[Intelligent code completion] Remove the `data/shopify_liquid/(tags|filters|objects).yml` files #656

Closed karreiro closed 1 year ago

karreiro commented 1 year ago

Evaluate and remove the usage of data/shopify_liquid/tags.yml, data/shopify_liquid/filters.yml, data/shopify_liquid/objects.yml in favor of the SourceIndex.

Now, the SourceIndex holds the most updated values for objects, filters, and tags. The goal of this issue is to remove those YAML files in favor of the new SourceIndex.