Commit 19a9d9d8f231d43f6229f9b9bc9b2967179e0093

Authored by Sytse Sijbrandij
2 parents 772f2f1a 9b346202

Merge pull request #7107 from cirosantilli/clarify-hound-ci-style

Clarify that bbastov is the style of Hound CI 2.
Showing 1 changed file with 13 additions and 8 deletions   Show diff stats
CONTRIBUTING.md
@@ -102,11 +102,16 @@ For examples of feedback on merge requests please look at already [closed merge @@ -102,11 +102,16 @@ For examples of feedback on merge requests please look at already [closed merge
102 102
103 ## Style guides 103 ## Style guides
104 104
105 -1. [Ruby](https://github.com/bbatsov/ruby-style-guide)  
106 -1. [Rails](https://github.com/bbatsov/rails-style-guide)  
107 -1. [Formatting](https://github.com/thoughtbot/guides/tree/master/style#formatting)  
108 -1. [Naming](https://github.com/thoughtbot/guides/tree/master/style#naming)  
109 -1. [Testing](https://github.com/thoughtbot/guides/tree/master/style#testing)  
110 -1. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style#coffeescript)  
111 -1. [Shell commands](doc/development/shell_commands.md)  
112 -1. [Markdown](http://www.cirosantilli.com/markdown-styleguide) 105 +1. [Ruby](https://github.com/bbatsov/ruby-style-guide).
  106 + Important sections include [Source Code Layout](https://github.com/bbatsov/ruby-style-guide#source-code-layout)
  107 + and [Naming](https://github.com/bbatsov/ruby-style-guide#naming). Use:
  108 + - multi-line method chaining style **Option B**: dot `.` on previous line
  109 + - string literal quoting style **Option A**: single quoted by default
  110 +1. [Rails](https://github.com/bbatsov/rails-style-guide)
  111 +1. [Testing](https://github.com/thoughtbot/guides/tree/master/style#testing)
  112 +1. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style#coffeescript)
  113 +1. [Shell commands](doc/development/shell_commands.md)
  114 +1. [Markdown](http://www.cirosantilli.com/markdown-styleguide)
  115 +
  116 +This is also the style used by linting tools such as [Rubocop](https://github.com/bbatsov/rubocop)
  117 +and [Hound CI](https://houndci.com).