Commit 9a69d42a authored by Peter Kotwicz's avatar Peter Kotwicz Committed by Commit Bot

Update renamed PRESUBMIT function in docs

This CL updates the docs with function rename in
https://chromium-review.googlesource.com/c/chromium/src/+/2350234

Change-Id: Ia08ca3ef4d8b9bafa5b78889a1571bd0ccadce79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2384650
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803109}
parent 881dfb5c
......@@ -257,7 +257,7 @@ We use several tools for static analysis.
### [PRESUBMIT.py](/PRESUBMIT.py):
* Checks for banned patterns via `_BANNED_JAVA_FUNCTIONS`.
* (These should likely be moved to checkstyle).
* Checks for a random set of things in `_AndroidSpecificOnUploadChecks()`.
* Checks for a random set of things in `ChecksAndroidSpecificOnUpload()`.
* Including running Checkstyle.
* (Some of these other checks should likely also be moved to checkstyle).
* Checks run only on changed lines.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment