summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
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 46850c9..6fb8719 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -230,6 +230,9 @@ Style/HashSyntax:
Style/IfUnlessModifier:
Enabled: false
+Style/IfInsideElse:
+ Enabled: false
+
# Offense count: 1
# Cop supports --auto-correct.
Style/IndentArray: