SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 62 forks source link

Decouple reporter from `this` #358

Closed SimenB closed 7 years ago

SimenB commented 7 years ago

Reporters should get a huge array of stuff to create a report from, and do whatever they want. Not mutate this.cache.messages, not call this.done etc.

Related to #356

SimenB commented 7 years ago

I'll do this after #363 is merged