Yelp / sensu_handlers

Custom Sensu Handlers to support a multi-tenant environment, allowing checks themselves to emit the type of handler behavior they need in the event json
Apache License 2.0
75 stars 31 forks source link

Rubocopped everything #111

Open pgporada opened 7 years ago

pgporada commented 7 years ago

Hi,

I ran rubocop against all your ruby files and it fixed A LOT of stuff. I also added rubocop to the Gemfile. Hopefully this tool helps other members of your team out as well. https://github.com/Yelp/sensu_handlers.git

find -type f -name "*.rb" -exec rubocop -a {} \;
mks-m commented 7 years ago

nice! feel free to ignore 1.8.7 test failures, but do make sure 1.9+ passes.