Sign in
chromium
/
chromium
/
tools
/
depot_tools.git
/
9249e01b702c6fe86f089ae0a8769a0f673b4a93
/
.
/
cpplint.bat
blob: a64a9db7239b48ee7557da0030c49ed4cd0197e9 [
file
] [
log
] [
blame
]
@echo
off
setlocal
::
This
is
required
with
cygwin only
.
PATH
=%~
dp0
;%
PATH
%
call python
"%~dp0cpplint.py"
%*