mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Update docs
This commit is contained in:
parent
e419b5d178
commit
1a45efe452
2 changed files with 5 additions and 4 deletions
|
@ -17,6 +17,7 @@ default of Capistrano 3.4.0 and earlier.
|
|||
|
||||
Other changes:
|
||||
|
||||
* Internal Rubocop cleanups.
|
||||
* `remove` DSL method for removing values like from arrays like `linked_dirs`
|
||||
* `append` DSL method for pushing values like `linked_dirs`
|
||||
[#1447](https://github.com/capistrano/capistrano/pull/1447),
|
||||
|
|
|
@ -55,11 +55,11 @@ Currently, the Capistrano Travis build does *not* run the Cucumber suite. This m
|
|||
|
||||
## Coding guidelines
|
||||
|
||||
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.
|
||||
This project uses [RuboCop](https://github.com/bbatsov/rubocop) to enforce standard Ruby coding guidelines.
|
||||
|
||||
* Test that your contributions pass with `rake lint`
|
||||
* The linter is also run as part of the full test suite with `rake`
|
||||
* Note the Travis build will fail and your PR cannot be merged if the linter finds errors
|
||||
* Test that your contributions pass with `rake rubocop`
|
||||
* Rubocop is also run as part of the full test suite with `rake`
|
||||
* Note the Travis build will fail and your PR cannot be merged if Rubocop finds errors
|
||||
|
||||
## Submitting a pull request
|
||||
|
||||
|
|
Loading…
Reference in a new issue