SimenB / stylint

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

Drop separate err and warnings on cache #363

Closed SimenB closed 7 years ago

SimenB commented 7 years ago

Fixes #357 Also a start for #356

It's mostly a subset of #274, so it's probably a bit rough around the edges

/cc @wojciechczerniak

SimenB commented 7 years ago

One of the tests seems to recurse infinitely, haven't been able to figure out why.

EDIT: It recursed becuase reporter called done.

Done now calls the reporter, so this should be s start for #358 as well

SimenB commented 7 years ago

There's a this.cache.messages that should be dropped, but I'll wait until I've refamiliarized myself with the code base

SimenB commented 7 years ago

@wojciechczerniak Good point! this.cache.messages is already a thing, but I'll call it messages after I finish up #358 😄