mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Disable line-too-long from the default pylintrc
We already have another check for long lines for all languages, we don't need to block pylint on the same. Change-Id: I2abc65380a482242a6fde380ba3d8e28a5ba781a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6062830 Reviewed-by: Andy Perelson <ajp@google.com> Commit-Queue: Andy Perelson <ajp@google.com>
This commit is contained in:
@@ -468,6 +468,7 @@ disable=raw-checker-failed,
|
||||
invalid-docstring-quote,
|
||||
invalid-string-quote,
|
||||
invalid-triple-quote,
|
||||
line-too-long,
|
||||
misplaced-bare-raise,
|
||||
missing-final-newline,
|
||||
multiple-imports,
|
||||
|
||||
Reference in New Issue
Block a user