aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ce0b95ddd4..2d4ed6af54 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -180,6 +180,9 @@ Style/UnneededPercentQ:
Lint/RequireParentheses:
Enabled: true
+Lint/ShadowingOuterLocalVariable:
+ Enabled: true
+
Lint/StringConversionInInterpolation:
Enabled: true