rubymem / bundler-leak

Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile :gem::droplet:
https://www.rubymem.com
GNU General Public License v3.0
289 stars 11 forks source link

Add `--exit-on-error` option? #16

Closed k1r8r0wn closed 4 years ago

k1r8r0wn commented 5 years ago

Something like brakeman's gem feature?

etagwerker commented 5 years ago

@k1r8r0wn That sounds like a good idea. Do you want to take a stab at it?

bronzdoc commented 4 years ago

Giving this a closer look I don't see the benefit.

bundler-leak doesn't track errors and people could create wrapper scripts around the bundler-leakapi or client to achieve the same result of an exit-on-error option.

I'm going to close this but open to discuss it.