From 592d5ec077c9cbd999bc80de08eaab67489064b0 Mon Sep 17 00:00:00 2001 From: Peter Wen Date: Wed, 16 Jun 2021 16:21:30 +0000 Subject: [PATCH] Add pylint-2.6.bat to prepare for migration Bug: 1157931 Change-Id: I42d1b5be0e7983e1d8311b59e841468cc33fa378 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2966637 Auto-Submit: Peter Wen Commit-Queue: Dirk Pranke Reviewed-by: Dirk Pranke --- pylint-2.6.bat | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pylint-2.6.bat diff --git a/pylint-2.6.bat b/pylint-2.6.bat new file mode 100644 index 000000000..a6902f888 --- /dev/null +++ b/pylint-2.6.bat @@ -0,0 +1,12 @@ +@echo off +:: Copyright 2021 The Chromium Authors. All rights reserved. +:: Use of this source code is governed by a BSD-style license that can be +:: found in the LICENSE file. +setlocal + +:: Ensure that "depot_tools" is somewhere in PATH so this tool can be used +:: standalone, but allow other PATH manipulations to take priority. +set PATH=%PATH%;%~dp0 + +:: Defer control. +vpython "%~dp0\pylint-2.6" %*