summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authordeepj <deepjungle.maca@gmail.com>2015-12-09 19:03:54 +0100
committerdeepj <deepjungle.maca@gmail.com>2015-12-16 01:14:18 +0100
commit0252629476b677df777b9c242fa5ae05dce333d1 (patch)
tree8a901999097d58fc4e992d8f8860d9070680b0e7 /.rubocop.yml
parentf109a129101eb153f329f12c3674f488f72658e1 (diff)
downloadbundler-0252629476b677df777b9c242fa5ae05dce333d1.tar.gz
[RuboCop] Disable Style/EmptyLiteral
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: