zmbush / coffeelint-ruby

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

bin/coffeelint.rb app.coffee doesn't exit with non-zero status when offenses are found #47

Closed maxjacobson closed 8 years ago

maxjacobson commented 8 years ago

Hello! And thanks for this lovely gem.

I recently switched to the binstub interface for running coffeelint and discovered that some lints were sneaking thru our continuous integration process. It seems that this interface doesn't use an exit code to indicate whether there were any lints present.