a75d228e1f
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
13 lines
283 B
INI
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}
|
|
|