diff options
author | Steve Kemp <steve@steve.org.uk> | 2016-04-22 21:54:51 +0300 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2016-04-22 21:54:51 +0300 |
commit | a5ad0029b634a19d4d50e9f49c51903c2fa82208 (patch) | |
tree | 869a46ea45f511952f38dee10f9db76aab8e8a68 /.rubocop.yml | |
parent | 85a9a63eb5d8690fd7945bba901b10ef8c3326c9 (diff) |
More rubocop fixups.
These are again mostly based around whitespace-changes.
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
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: |