Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the presubmit unittest with no code change. This is to trigger a test ↵ | nsylvain@chromium.org | 2009-03-06 | 1 | -4/+4 |
| | | | | | | build git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11107 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | - Add «no trailing whitespace» and <=80 cols rules. | maruel@chromium.org | 2009-03-05 | 1 | -18/+30 |
| | | | | | | | | | | - Remove the invalid import os statement (PRESUBMIT.py shouldn't import anything). - Add excluded paths. Mostly third parties. - Increase what is considered a source file. - Don't check for DO NOT SUBMIT on upload. Review URL: http://codereview.chromium.org/28219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10983 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Very basic starter presubmit script for Chromium, as requested by maruel. | maruel@chromium.org | 2009-02-19 | 1 | -0/+75 |
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. Patch contributed by Jói. Review: http://codereview.chromium.org/20474 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10015 0039d316-1c4b-4281-b951-d872f2087c98 |