Shopify / themekit

Shopify theme development command line tool.
https://shopify.dev/tools/theme-kit
MIT License
1.17k stars 369 forks source link

Error in config if there's double indentation #965

Closed Curzey closed 2 years ago

Curzey commented 2 years ago

Describe the bug config.yml does not respect ignore_files settings if the respective file or path starts with extra indentation.

To Reproduce

  1. Go to your projects' config.yml and find one of the themes' ignore_files entry (or add it).
  2. Add extra spacing (tabs/spaces) before the dash "-".

It should now look something like

Expected behavior A clear and concise description of what you expected to happen.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

Curzey commented 2 years ago

Missclick ^_^