Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Don't enforce double-quotes for strings. #8

Merged
merged 1 commit into from
Jul 13, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/rubocop/gds-ruby-styleguide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ StringConversionInInterpolation:
# Supports --auto-correct
StringLiterals:
Description: Checks if uses of quotes match the configured preference.
Enabled: true
Enabled: false
EnforcedStyle: double_quotes
SupportedStyles:
- single_quotes
Expand Down