zmbush / coffeelint-ruby

This adds some simple bindings to ruby to enable use of coffeelint
MIT License
32 stars 23 forks source link

don’t treat warnings as errors #45

Closed nwtn closed 8 years ago

nwtn commented 8 years ago

right now the rake task fails when there are warnings but no errors. this change allows the rake task to finish as long as there are no actual errors.

nwtn commented 8 years ago

ping @zmbush is this something you'd consider merging, or should we look at working off a fork?

zmbush commented 8 years ago

Sorry about the delay, I've been pretty busy lately, but this looks good. I'll merge it.

nwtn commented 8 years ago

Awesome, thanks man