Skip to content

Commit

Permalink
Merge pull request #285 from colby-swandale/colby/add-rubocop-to-cont…
Browse files Browse the repository at this point in the history
…ributing

add rubocop section to CONTRIBUTING.rdoc
  • Loading branch information
hsbt authored Nov 2, 2018
2 parents 8e1ea2d + 7375bf6 commit 643a9e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ If you wish to run the unit and functional tests that come with Rake:

rake # If you have run rake's tests

= Rubocop

Rake uses Rubocop to enforce a consistent style on new changes being
proposed. You can check your code with Rubocop using:

./bin/rubocop

= Issues and Bug Reports

Feel free to submit commits or feature requests. If you send a patch,
Expand Down

0 comments on commit 643a9e8

Please sign in to comment.