summaryrefslogtreecommitdiff
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 adf2867b00..ea89254c7d 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -63,6 +63,10 @@ Style/TrailingComma:
Style/TrailingUnderscoreVariable:
Enabled: false
+# `String.new` is preferred style with enabled frozen string literal
+Style/EmptyLiteral:
+ Enabled: false
+
# 1.8.7 support
Style/HashSyntax: