summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Demeulenaere <jdemeulenaere@google.com>2023-08-29 14:03:34 +0200
committerJordan Demeulenaere <jdemeulenaere@google.com>2023-08-29 14:03:34 +0200
commit471e77d99378942f2a247bb8f34d2ff334ae67c0 (patch)
treecc29ce60056cc8b6d4d8bc4731ca6e09d61f8657
parente7af3066b19e1ab428f29314111e8802ef04f2d6 (diff)
downloadktlint-471e77d99378942f2a247bb8f34d2ff334ae67c0.tar.gz
Disable more ktlint rules when we should not check formatting
Test: Manual Change-Id: I93bc719f2ad7bfa7477fb56f36160da1f7ade811
-rwxr-xr-xktlint.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ktlint.py b/ktlint.py
index 183d13a..e401b59 100755
--- a/ktlint.py
+++ b/ktlint.py
@@ -73,6 +73,9 @@ def main(args=None):
'no-consecutive-blank-lines',
'import-ordering',
'comment-wrapping',
+ 'argument-list-wrapping',
+ 'spacing-between-declarations-with-comments',
+ 'annotation-spacing',
]
ktlint_args = kt_files[:]