gilbarbara / codeclimate-stylelint

A Code Climate engine for the mighty, modern CSS linter
24 stars 18 forks source link

Add support for CSS modules (issue #16) #17

Closed killthrush closed 6 years ago

killthrush commented 6 years ago

Add stylelint-config-css-modules shared ruleset to engine deps. Also add some tests to verify correct behavior.

killthrush commented 6 years ago

While I was in here I noticed that all the stylelint output in the tests is being piped to /dev/null. If I look at the results, there are a whole ton of linter errors. Is this intentional? Shouldn't the tests include the evaluation of the configured rules?