Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
19a9d9d8
Commit
19a9d9d8
authored
Jun 10, 2014
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7107 from cirosantilli/clarify-hound-ci-style
Clarify that bbastov is the style of Hound CI 2.
parents
772f2f1a
9b346202
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
CONTRIBUTING.md
CONTRIBUTING.md
+13
-8
No files found.
CONTRIBUTING.md
View file @
19a9d9d8
...
...
@@ -102,11 +102,16 @@ For examples of feedback on merge requests please look at already [closed merge
## Style guides
1.
[
Ruby
](
https://github.com/bbatsov/ruby-style-guide
)
1.
[
Rails
](
https://github.com/bbatsov/rails-style-guide
)
1.
[
Formatting
](
https://github.com/thoughtbot/guides/tree/master/style#formatting
)
1.
[
Naming
](
https://github.com/thoughtbot/guides/tree/master/style#naming
)
1.
[
Testing
](
https://github.com/thoughtbot/guides/tree/master/style#testing
)
1.
[
CoffeeScript
](
https://github.com/thoughtbot/guides/tree/master/style#coffeescript
)
1.
[
Shell commands
](
doc/development/shell_commands.md
)
1.
[
Markdown
](
http://www.cirosantilli.com/markdown-styleguide
)
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:
- multi-line method chaining style **Option B**: dot `
.
`
on previous line
-
string literal quoting style
**Option A**
: single quoted by default
1.
[
Rails
](
https://github.com/bbatsov/rails-style-guide
)
1.
[
Testing
](
https://github.com/thoughtbot/guides/tree/master/style#testing
)
1.
[
CoffeeScript
](
https://github.com/thoughtbot/guides/tree/master/style#coffeescript
)
1.
[
Shell commands
](
doc/development/shell_commands.md
)
1.
[
Markdown
](
http://www.cirosantilli.com/markdown-styleguide
)
This is also the style used by linting tools such as
[
Rubocop
](
https://github.com/bbatsov/rubocop
)
and
[
Hound CI
](
https://houndci.com
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment