Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 417 Bytes

code_style.md

File metadata and controls

5 lines (3 loc) · 417 Bytes

Code Style

As part of the spec:unit task we run RuboCop, which generally enforces the Ruby Style Guide.

We have a number of exceptions (see the various .rubocop.yml files), and our style is still evolving, however rake rubocop is run by Travis so making these pass will improve the chances that the pull request will be accepted.