Commit 6aa643d0 authored by Mike Frysinger's avatar Mike Frysinger Committed by Commit Bot

pylint: clarify usage for this package

For people diving into pylint development, add a tip so they don't
get lost hacking on this copy thinking it's the one run by presubmit.

Bug: 866772
Change-Id: Ib1ba7392d110d95b1ebf5e2a0abd2cd1bcabbb1c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745817Reviewed-by: default avatarRobbie Iannucci <iannucci@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686550}
parent ae44a8f3
...@@ -8,6 +8,14 @@ Security Critical: No ...@@ -8,6 +8,14 @@ Security Critical: No
Description: Description:
This directory contains the pylint module. This directory contains the pylint module.
This code is not included in the final build. It is only used to run linting
checks on code (usually at presubmit time).
This is only used by code inside the src tree that needs to import the pylint
module directly. If you're using `pylint` to check your code (e.g. via the
PRESUBMIT.cfg file), then this copy is *not* used. That pylint comes from the
depot_tools repo instead.
Local Modifications: Local Modifications:
- applied upstream fix https://bitbucket.org/logilab/pylint/commits/5df347467ee0 - applied upstream fix https://bitbucket.org/logilab/pylint/commits/5df347467ee0
- applied fix to work around bad interaction between sys.path manipulation in - applied fix to work around bad interaction between sys.path manipulation in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment