zmbush / coffeelint-ruby

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

Add option to turn off Pretty Output #1

Closed lawliet89 closed 11 years ago

lawliet89 commented 11 years ago

Otherwise, when running Coffelint in a pipe, for example, there is a need to duplicate the results output functionality already present in the Gem to remove the colours and unicode characters.

lawliet89 commented 11 years ago

I have left pretty_output as an optional argument in display_test_results because it does not take a config hash anyway.

zmbush commented 11 years ago

Awesome, thanks.