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