Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: tools/telemetry/third_party/gsutilz/third_party/apitools/default.pylintrc

Issue 1376593003: Roll gsutil version to 4.15. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/gsutilz/third_party/apitools/default.pylintrc
diff --git a/tools/telemetry/third_party/gsutilz/third_party/apitools/default.pylintrc b/tools/telemetry/third_party/gsutilz/third_party/apitools/default.pylintrc
index bdea83a1bc1581688acf6e90d5ba9a7f19d6733e..eb0266f3f43bf311398e083ec6df4c400c47ab0d 100644
--- a/tools/telemetry/third_party/gsutilz/third_party/apitools/default.pylintrc
+++ b/tools/telemetry/third_party/gsutilz/third_party/apitools/default.pylintrc
@@ -44,7 +44,9 @@
[MESSAGES CONTROL]
+# TODO: remove cyclic-import.
disable =
+ cyclic-import,
fixme,
import-error,
locally-disabled,
@@ -55,12 +57,14 @@ disable =
no-member,
no-self-use,
redefined-builtin,
+ redundant-keyword-arg,
similarities,
star-args,
super-on-old-class,
too-few-public-methods,
too-many-arguments,
too-many-branches,
+ too-many-function-args,
too-many-instance-attributes,
too-many-locals,
too-many-public-methods,

Powered by Google App Engine
This is Rietveld 408576698