Skip to content

Commit

Permalink
removed need to use single quotes in app/views
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Nov 8, 2021
1 parent ab4aa06 commit 459555e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ Style/SelectByRegexp: # new in 1.22
Enabled: true
Style/StringChars: # new in 1.12
Enabled: true
Style/StringLiterals:
Enabled: true
Exclude:
- 'app/views/**/*'

Style/SwapValues: # new in 1.1
Enabled: true

Expand Down

0 comments on commit 459555e

Please sign in to comment.