1
1
= Source Repository
2
2
3
- Rake is currently hosted at github . The github web page is
4
- https://github.com/ruby/rake . The public git clone URL is
3
+ Rake is hosted at GitHub . The GitHub Web page is
4
+ https://github.com/ruby/rake . The public Git clone URL is
5
5
6
6
https://github.com/ruby/rake.git
7
7
@@ -12,32 +12,30 @@ If you wish to run the unit and functional tests that come with Rake:
12
12
* +cd+ into the top project directory of rake.
13
13
* Install gem dependency using bundler:
14
14
15
- $ bundle install # Install bundler, minitest, etc.
15
+ $ bin/setup # Install development dependencies
16
16
17
17
* Run the test suite
18
18
19
19
$ rake
20
20
21
- = Rubocop
21
+ = RuboCop
22
22
23
- Rake uses Rubocop to enforce a consistent style on new changes being
24
- proposed. You can check your code with Rubocop using:
23
+ Rake uses RuboCop to enforce a consistent style on new changes being
24
+ proposed. You can check your code with RuboCop using:
25
25
26
- $ ./ bin/rubocop
26
+ $ bin/rubocop
27
27
28
28
= Issues and Bug Reports
29
29
30
30
Feel free to submit commits or feature requests. If you send a patch,
31
- remember to update the corresponding unit tests. In fact, I prefer
32
- new feature to be submitted in the form of new unit tests.
31
+ remember to update the corresponding unit tests. In fact, the team prefers
32
+ a new feature to be submitted in the form of new unit tests.
33
33
34
34
For other information, feel free to ask on the ruby-talk mailing list.
35
35
36
- If you have found a bug in rake please try with the latest version of rake
36
+ If you have found a bug in rake, please try with the latest version of rake
37
37
before filing an issue. Also check History.rdoc for bug fixes that may have
38
38
addressed your issue.
39
39
40
- When submitting pull requests please check the rake Travis-CI page for test
41
- failures:
42
-
43
- https://travis-ci.org/ruby/rake
40
+ When submitting pull requests, please check the status checks on your PR page
41
+ to confirm if it says "All checks have passed".
0 commit comments