Skip to content

Commit 863145f

Browse files
committed
Update docs
1 parent 9d040f2 commit 863145f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ default of Capistrano 3.4.0 and earlier.
1717

1818
Other changes:
1919

20+
* Internal Rubocop cleanups.
2021
* `remove` DSL method for removing values like from arrays like `linked_dirs`
2122
* `append` DSL method for pushing values like `linked_dirs`
2223
[#1447](https://github.com/capistrano/capistrano/pull/1447),

DEVELOPMENT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ Currently, the Capistrano Travis build does *not* run the Cucumber suite. This m
5555

5656
## Coding guidelines
5757

58-
This project uses [RuboCop](https://github.com/bbatsov/rubocop) to enforce standard Ruby coding guidelines. Currently we run RuboCop's lint rules only, which check for readability issues like indentation, ambiguity, and useless/unreachable code.
58+
This project uses [RuboCop](https://github.com/bbatsov/rubocop) to enforce standard Ruby coding guidelines.
5959

60-
* Test that your contributions pass with `rake lint`
61-
* The linter is also run as part of the full test suite with `rake`
62-
* Note the Travis build will fail and your PR cannot be merged if the linter finds errors
60+
* Test that your contributions pass with `rake rubocop`
61+
* Rubocop is also run as part of the full test suite with `rake`
62+
* Note the Travis build will fail and your PR cannot be merged if Rubocop finds errors
6363

6464
## Submitting a pull request
6565

0 commit comments

Comments
 (0)