aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 8a0c55d5d4..fc4ee39572 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -97,6 +97,10 @@ Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
+Style/FrozenStringLiteralComment:
+ Enabled: true
+ EnforcedStyle: always
+
# Detect hard tabs, no hard tabs.
Layout/Tab:
Enabled: true