Skip to content

Commit

Permalink
issue #487: disable rubocop Style/StringLiterals
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed Oct 30, 2020
1 parent c23a8e2 commit 97f2101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ AllCops:

# TODO: put your overrides here:
Style/StringLiterals:
EnforcedStyle: single_quotes
Enabled: true
Enabled: false

0 comments on commit 97f2101

Please sign in to comment.