DescriptionVery basic starter presubmit script for Chromium, as requested by maruel.
At present this checks the following:
- No tabs in source files
- The words "DO-NOT-SUBMIT" (without the dashes) do not appear in the CL
description or in files in the change
- No CRLF in source files (.cc, .h, .mm, .py)
Limitations:
- The general limitations of the current presubmit API implementation
apply. One of these is that gcl only walks up to the checkout root
searching for presubmit files, so if you've mapped stuff into your
client using DEPS, it will only walk up to where the root of that
mapping.
Checked in as revision 10015.
Patch Set 1 #
Total comments: 6
Patch Set 2 : '' #
Total comments: 2
Patch Set 3 : '' #
Total comments: 4
Patch Set 4 : '' #
Total comments: 1
Patch Set 5 : '' #Messages
Total messages: 9 (0 generated)
|