Skip to content

Commit

Permalink
add rubocop section to CONTRIBUTING.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Nov 2, 2018
1 parent 3988bc5 commit 9a6f440
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 with:

./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 9a6f440

Please sign in to comment.