mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 02:31:29 +00:00
When running pylint tools in depot_tools itself, we default to the pylintrc file all the time even though we have versioned ones we want to use instead. This breaks things like `./pylint-2.17 foo.py`. Rename the existing pylintrc to 2.6 and duplicate it to 2.7 so we clear out the 'pylintrc' file and the wrappers always default to the versioned ones. We've been riding on pylint being a bit compatible across versions, but it seems to be accelerating in adding/removing diagnostics and settings, so this is more churn to add new versions, but we don't have much choice. Change-Id: I5c20a41ed8aead3e90b6dda8f5f2fc3b87cfb251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6150453 Reviewed-by: Josip Sokcevic <sokcevic@chromium.org> Auto-Submit: Mike Frysinger <vapier@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
9.2 KiB
9.2 KiB