Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Exclude templates from StringLiterals check
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Jan 30, 2018
1 parent d60aeb9 commit 83d9de9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Style/SignalException:

Style/StringLiterals:
EnforcedStyle: double_quotes
Exclude:
- lib/bundler/templates/*

Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Expand Down

0 comments on commit 83d9de9

Please sign in to comment.