Skip to content

Commit

Permalink
Merge pull request #187 from Fryguy/clarify_ruby_style_guide
Browse files Browse the repository at this point in the history
Clarify Ruby style guide reference
  • Loading branch information
jrafanie authored Jan 25, 2017
2 parents f5db0d3 + 932b847 commit b7edd22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions coding_style_and_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ maintained by the ManageIQ team.

## Ruby Style Guide

* Refer to [our fork](http://github.com/ManageIQ/ruby-style-guide) of the
[original Ruby style guide](https://github.com/bbatsov/ruby-style-guide).
* We follow, with some exceptions, the [original Ruby style guide](https://github.com/bbatsov/ruby-style-guide).
Any changes we have that deviate from the default style guide are enumerated
in the [.rubocop_base.yml](.rubocop_base.yml) file, which is inherited by most
projects in the ManageIQ organization.

## Logging

Expand Down

0 comments on commit b7edd22

Please sign in to comment.