Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-correct RuboCop offenses and re-gen todo
The steps run were: 1. `rm .rubocop_todo.yml` 2. `bundle exec rubocop --auto-correct` 3. `bundle exec rubocop --auto-gen-config` This change was made to get the Ruby code style to a more consistent place and have RuboCop enforce offenses that were disabled due to the .rubocop_todo.yml file. This also updates RuboCop to ignore the vendor dir since those files should not be style checked.
- Loading branch information