summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-04-12 13:49:45 +0200
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-04-12 13:49:45 +0200
commit5d2ddd0bdd35bbc6823977654f87f570613e5fd4 (patch)
treef921c324b1415f386cce48f229b9618dd4ebf9d5
parent734df1bb504aedec6a5668567de808b549a84749 (diff)
downloadgitlab-ce-remove-single-quote-rule.tar.gz
Remove single qoute style guide ruleremove-single-quote-rule
-rw-r--r--CONTRIBUTING.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1f26a5d7eaf..9e24e3fc5a2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -444,9 +444,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
- - string literal quoting style **Option A**: single quoted by default
+ [Naming][rss-naming]. Please use multi-line method chaining style **Option B**: dot `.` on previous line
1. [Rails](https://github.com/bbatsov/rails-style-guide)
1. [Testing](doc/development/testing.md)
1. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style/coffeescript)