Use double quotes

This commit is contained in:
Julian Herrero
2019-03-15 09:29:12 +01:00
parent 002e16ce30
commit 6d281affa5
9 changed files with 118 additions and 118 deletions

View File

@@ -4,12 +4,12 @@ AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
Include:
- '**/Rakefile'
- '**/config.ru'
- "**/Rakefile"
- "**/config.ru"
Exclude:
- 'db/**/*'
- 'config/**/*'
- 'script/**/*'
- "db/**/*"
- "config/**/*"
- "script/**/*"
TargetRubyVersion: 2.3
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.