Skip to content
Snippets Groups Projects
Commit 8fb6d0e0 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Disable ktlint formatting checks in frameworks/base/

Formatting is now taken care of by the ktfmt hook.

Bug: 235461679
Test: Manual
Change-Id: I7dc78858b56f33fbbd1ad5cd0c9be926b09c4779
parent 990e3600
No related branches found
No related tags found
No related merge requests found
......@@ -27,4 +27,4 @@ hidden_api_txt_exclude_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/exclu
ktfmt_hook = ${REPO_ROOT}/external/ktfmt/ktfmt.py --check -i ${REPO_ROOT}/frameworks/base/packages/SystemUI/ktfmt_includes.txt ${PREUPLOAD_FILES}
ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES}
ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py --no-verify-format -f ${PREUPLOAD_FILES}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment