summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Schneider <michschn@google.com>2023-08-30 13:09:44 +0200
committerMike Schneider <michschn@google.com>2023-08-30 13:09:44 +0200
commit701dac40f238961edb81f2b21d65f129591cbe2e (patch)
treee69317294b14e4b413f4806b49ee07860abb6f53
parent8f747750145a900f7b6b0018f3f30ecdf8d0eb6e (diff)
downloadktlint-701dac40f238961edb81f2b21d65f129591cbe2e.tar.gz
Disable more ktlint rules when we should not check formatting
The check was triggered by existing code Test: Manual Change-Id: I984735f7d4372deaaa77c5a429e775c75dfb166a
-rwxr-xr-xktlint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ktlint.py b/ktlint.py
index e401b59..fab6686 100755
--- a/ktlint.py
+++ b/ktlint.py
@@ -76,6 +76,7 @@ def main(args=None):
'argument-list-wrapping',
'spacing-between-declarations-with-comments',
'annotation-spacing',
+ 'multiline-if-else',
]
ktlint_args = kt_files[:]