Skip to content

Commit

Permalink
enforce single quote strings (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Sep 7, 2021
1 parent b242a6e commit e6dce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Style/ClassAndModuleChildren:
Style/WordArray:
EnforcedStyle: 'brackets'
Style/StringLiterals:
EnforcedStyle: 'double_quotes'
EnforcedStyle: 'single_quotes'

# layout
Layout/HashAlignment:
Expand Down

0 comments on commit e6dce79

Please sign in to comment.