mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Adding cpplint.bat to depot_tools.
so you can type only cpplint in console like the other scripts(gclient, gcl, etc) BUG=None TEST=None Patch contributed by thiago.farina@gmail.com git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@22576 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
4
cpplint.bat
Normal file
4
cpplint.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
:: This is required with cygwin only.
|
||||
PATH=%~dp0;%PATH%
|
||||
call python "%~dp0cpplint.py" %*
|
||||
Reference in New Issue
Block a user