note about running ruumba

This commit is contained in:
Peter Bhat Harkins 2018-12-09 07:52:00 -08:00
parent 089f3475ba
commit ab5973f203
2 changed files with 4 additions and 5 deletions

View File

@ -10,5 +10,6 @@ before_script:
- ./bin/rails db:create
- ./bin/rails db:schema:load
script:
- bundle exec rubocop
- bundle exec rspec
- bundle exec rubocop
- bundle exec ruumba

View File

@ -27,10 +27,8 @@ to avoid wasted efforts.
* (Optional) Create a branch to house your changes.
* Run `bundle exec rubocop` to check the style of your Ruby. For other
languages, use the existing style of the files being edited. 3rd party,
externally-maintained code such as Javascript libraries can remain in their
own style.
* Run `bundle exec rubocop && bundle exec ruumba` to check the style of your Ruby.
(3rd party, externally-maintained code such as Javascript libraries can remain in their own style.)
* Check for unnecessary whitespace with `git diff --check` before committing.
Commit whitespace and other code cleanups separately so that your actual