Skip to content

Commit cdee20e

Browse files
committed
Warnings check is performed by RuboCop
1 parent 02c86b5 commit cdee20e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CONTRIBUTING.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ Ideally, a bug report should include a pull request with failing specs.
3838
6. Run `bundle exec rake`. If your specs fail, return to step 5.
3939
7. Run `open coverage/index.html`. If your changes are not completely covered
4040
by your tests, return to step 3.
41-
8. Run `RUBYOPT=W2 bundle exec rake spec 2>&1 | grep twitter`. If your changes
42-
produce any warnings, return to step 5.
43-
9. Add documentation for your feature or bug fix.
44-
10. Run `bundle exec rake verify_measurements`. If your changes are not 100% documented, go
45-
back to step 9.
46-
11. Commit and push your changes.
47-
12. [Submit a pull request.][pr]
41+
8. Add documentation for your feature or bug fix.
42+
9. Run `bundle exec rake verify_measurements`. If your changes are not 100%
43+
documented, go back to step 8.
44+
10. Commit and push your changes.
45+
11. [Submit a pull request.][pr]
4846

4947
[fork]: http://help.github.com/fork-a-repo/
5048
[branch]: http://learn.github.com/p/branching.html

0 commit comments

Comments
 (0)