commit | 002d8a6e922bb8b8a4fc1ce81b5ad445f9da3820 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Fri Dec 13 12:13:08 2024 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Fri Dec 13 12:29:19 2024 +0900 |
tree | e7a629dff2d53be0f2ab570a726637dc86809c71 | |
parent | 69aa3c54690ef9f2522fdc52ef6a5f0af9f26aed [diff] |
Disable ktfmt and rely solely on ktlint for Kotlin linting This change disables the ktfmt tool and uses only ktlint for linting Kotlin files. Due to previous bugs (fixed in aosp/3391169), ktfmt was not functioning correctly before. Enabling ktfmt will cause entire files to be reformatted without specific error reporting. By relying solely on ktlint, we ensure more precise and informative linting feedback. Test: TH Change-Id: Iad58badb4fc431e52a5b02489cfa6cd46712bf37