summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-02-23 18:40:00 +0000
committerRobert Speicher <robert@gitlab.com>2017-02-23 18:40:00 +0000
commite249c8da52d8a8691e161b6c67bfd1ef8a8e2d10 (patch)
tree0f5250a91ea416ad42574ff40a266e0a2da8ec53
parent6904814ba3da6db3047f19a5d2058deea3cc3bbf (diff)
parent8a619408cfa042d2cea84ef67f6b26e9ca1f912a (diff)
downloadgitlab-ce-e249c8da52d8a8691e161b6c67bfd1ef8a8e2d10.tar.gz
Merge branch 'jej-contributing-styleguide-for-method-chaining' into 'master'
Switched CONTRIBUTING.md style guide recommendation for method chaining [ci skip] See merge request !9483
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index de32a953f63..eed63127d9f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -426,7 +426,7 @@ merge request:
1. [Ruby](https://github.com/bbatsov/ruby-style-guide).
Important sections include [Source Code Layout][rss-source] and
[Naming][rss-naming]. Use:
- - multi-line method chaining style **Option B**: dot `.` on previous line
+ - multi-line method chaining style **Option A**: dot `.` on the second line
- string literal quoting style **Option A**: single quoted by default
1. [Rails](https://github.com/bbatsov/rails-style-guide)
1. [Newlines styleguide][newlines-styleguide]