Shopify / theme-check

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

Make SpaceInsideBraces work for missing cases #509

Closed charlespwd closed 2 years ago

charlespwd commented 2 years ago

Now that we have outer_markup and inner_markup. It's much easier to fix the problems we had in SpaceInsideBraces.

Biggest problem was that lots of things were not covered.

Now they are.

Bonus: they all have a corrector block now. So all SpaceInsideBrace offenses can be corrected.

Fixes #508