Adds a configuration for rubocop and fixes a bunch of ruby style issues. A handful of issues remain that need a bit closer inspection, they are muted via the .rubocop_todo.yml to be done later.
bundle exec rubocop returns no error.
Also:
removes the test directory since this project is using rspec
Add rubocop and fix some issues
Adds a configuration for rubocop and fixes a bunch of ruby style issues. A handful of issues remain that need a bit closer inspection, they are muted via the
.rubocop_todo.yml
to be done later.bundle exec rubocop
returns no error.Also:
Depends on #45