summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml15
1 files changed, 10 insertions, 5 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ec7ab64..73faa87 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -12,7 +12,8 @@ Layout/DotPosition:
- leading
- trailing
-# Enabling!
+# Enabling
+# --------
Style/CollectionMethods:
Description: 'Preferred collection methods.'
@@ -23,9 +24,13 @@ Style/StringMethods:
Description: 'Checks if configured preferred methods are used over non-preferred.'
Enabled: true
-# Disabling!
+# Disabling
+# ---------
+# Modifying
+# ---------
+
+# Check quotes usage according to lint rule below.
Style/StringLiterals:
- Description: 'Checks if uses of quotes match the configured preference.'
- StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#consistent-string-literals'
- Enabled: false
+ Enabled: true
+ EnforcedStyle: double_quotes