summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2016-04-22 21:54:51 +0300
committerSteve Kemp <steve@steve.org.uk>2016-04-22 21:54:51 +0300
commita5ad0029b634a19d4d50e9f49c51903c2fa82208 (patch)
tree869a46ea45f511952f38dee10f9db76aab8e8a68 /.rubocop.yml
parent85a9a63eb5d8690fd7945bba901b10ef8c3326c9 (diff)
More rubocop fixups.
These are again mostly based around whitespace-changes.
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: