blob: 4b916c086b8b91238003d5e388b663e8a4c67d73 [file] [log] [blame]
maruel@chromium.org70444a02011-09-27 23:38:46 +00001@echo off
Dan Jacques74809c12017-06-01 13:54:57 -07002:: Copyright 2016 The Chromium Authors. All rights reserved.
3:: Use of this source code is governed by a BSD-style license that can be
4:: found in the LICENSE file.
maruel@chromium.org70444a02011-09-27 23:38:46 +00005setlocal
Dan Jacques1b9a43a2017-05-21 10:44:06 -07006
Dan Jacques74809c12017-06-01 13:54:57 -07007:: Ensure that "depot_tools" is somewhere in PATH so this tool can be used
8:: standalone, but allow other PATH manipulations to take priority.
9set PATH=%PATH%;%~dp0
10
11python "%~dp0cpplint.py" %*