Files
Lawnchair/PREUPLOAD.cfg
T
Anushree Ganjam a75d228e1f Remove flag_check.py, we now have flag directive check in gerrit presubmit.
See b/340896878  & go/flag-format-checker-design-doc & go/flag-directive-checker

Bug: 391534772
Test: Manual
Flag: EXEMPT remove flag check hook
Change-Id: I1291678e29a96bae65b63db5d6750e1b48c4601f
2025-01-28 16:03:04 -08:00

13 lines
283 B
INI

[Builtin Hooks]
ktfmt = true
[Builtin Hooks Options]
ktfmt = --kotlinlang-style
[Tool Paths]
ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh
[Hook Scripts]
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --config_xml tools/checkstyle.xml --sha ${PREUPLOAD_COMMIT}