tomasbasham / ember-cli-scss-lint

An ember-cli addon to integrate sass-lint for standards adherence and improved style consistency
MIT License
7 stars 6 forks source link

Group tests for each file in nested module with a single top level "SCSS lint" module #18

Open mehulkar opened 5 years ago

mehulkar commented 5 years ago

Having a top level SCSS lint test module would make it easier to filter tests just for scss linting. (Similar to how there is a top level eslint app module in ember tests.

tomasbasham commented 5 years ago

I'm not sure I follow what you're describing

mehulkar commented 5 years ago

It looks like tests are generated per module, so if I just want to run style linting, I have to go and check allll the boxes. I was hoping there was a way to get a top level module that could run all the style tests on localhost:4200/tests.

screen shot 2018-10-08 at 3 11 00 pm

For example, eslint gives me these options (which is still not great, but at least its only 4 things)

screen shot 2018-10-08 at 3 12 19 pm

tomasbasham commented 5 years ago

Gotcha. I really need to throw some time into this addon and perhaps the underlying broccoli library where necessary. I'll look into this one