summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-23 19:19:31 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-23 23:07:21 +0200
commit4c6a3c3cf7bc11f5f0ea6b5b1bff477bd8807e81 (patch)
tree4e7b11743d11470f7126ca5756ffc5dbf7b4cbfb /.rubocop.yml
parente9c83b85622ebffecc645dcf092af8b607f46f10 (diff)
downloadbundler-4c6a3c3cf7bc11f5f0ea6b5b1bff477bd8807e81.tar.gz
Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 01088346f3..b43ff6dd88 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -798,6 +798,9 @@ Style/TrailingCommaInHashLiteral:
Style/TrailingMethodEndStatement:
Enabled: true
+Style/UnneededInterpolation:
+ Enabled: true
+
Style/UnlessElse:
Enabled: true