Commit 123dea35b53cf1f6ac55359516bc4ca33fa402fc

Authored by Ciro Santilli
1 parent 476cd0f7

Clarify that bbastov is the style of Hound CI.

Showing 1 changed file with 10 additions and 8 deletions   Show diff stats
CONTRIBUTING.md
@@ -102,11 +102,13 @@ For examples of feedback on merge requests please look at already [closed merge @@ -102,11 +102,13 @@ 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). Important sections include [Source Code Layout](https://github.com/bbatsov/ruby-style-guide#source-code-layout) and [Naming](https://github.com/bbatsov/ruby-style-guide#naming). Use:
  106 + - multi-line method chaining style **Option A**: leading `.`
  107 + - string literal quoting style **Option A**: single quoted by default
  108 +1. [Rails](https://github.com/bbatsov/rails-style-guide)
  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)
  113 +
  114 +The above styles are used by Hound CI.