mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 09:38:19 +00:00
This uses ktfmt on the PREUPLOAD hook to check file formatting. Bug: 264851618 Test: manual Change-Id: I8bdeabd9c1ed571a464707e6912419ad3190a169 Merged-In: I8bdeabd9c1ed571a464707e6912419ad3190a169
4 lines
218 B
INI
4 lines
218 B
INI
[Hook Scripts]
|
|
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --config_xml tools/checkstyle.xml --sha ${PREUPLOAD_COMMIT}
|
|
|
|
ktfmt_hook = ${REPO_ROOT}/external/ktfmt/ktfmt.py --check ${PREUPLOAD_FILES} |