Skip to content

Commit

Permalink
prefer single strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Mar 24, 2016
1 parent 0250d49 commit bc58698
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ RSpec/AnyInstance:

Style/SignalException:
EnforcedStyle: semantic

Style/StringLiterals:
Description: Checks if uses of quotes match the configured preference.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-string-literals
Enabled: true
EnforcedStyle: single_quotes

0 comments on commit bc58698

Please sign in to comment.