honeycombio / libhoney-rb

Ruby library for sending data to Honeycomb
Apache License 2.0
11 stars 30 forks source link

Rubocop all of the things #32

Closed veganstraightedge closed 6 years ago

veganstraightedge commented 6 years ago

Ran Rubocop on the codebase. Autofixed what could be auto fixed. Manually fixed a bunch of obvious to fix things. Left some things unchanged, but special cased in the Rubocop TODO file.

.rubocop_todo.yml

To run Rubocop yourself locally or in CI:

rubocop

Or if you need to:

bundle exec rubocop

veganstraightedge commented 6 years ago

I changed that rescue back to what it was and then special cased that check for that file in.rubocop.yml.

samstokes commented 6 years ago

Thanks again @veganstraightedge !