Disable more ktlint rules when we should not check formatting
The check was triggered by existing code

Test: Manual
Change-Id: I984735f7d4372deaaa77c5a429e775c75dfb166a
diff --git a/ktlint.py b/ktlint.py
index e401b59..fab6686 100755
--- a/ktlint.py
+++ b/ktlint.py
@@ -76,6 +76,7 @@
         'argument-list-wrapping',
         'spacing-between-declarations-with-comments',
         'annotation-spacing',
+        'multiline-if-else',
     ]
 
   ktlint_args = kt_files[:]