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

Unified Diff: android_webview/tools/pylintrc

Issue 2551353004: Add helper script for running CTS APKs stored in the GS buckets. (Closed)
Patch Set: Add helper script for running CTS APKs stored in the GS buckets. Created 4 years 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: android_webview/tools/pylintrc
diff --git a/android_webview/tools/pylintrc b/android_webview/tools/pylintrc
index 19d502ceea8ed09982b1b642c6b76db4584e674a..70bdb12eb3c970a6f5a42d07473732464e70f519 100644
--- a/android_webview/tools/pylintrc
+++ b/android_webview/tools/pylintrc
@@ -15,6 +15,8 @@ max-line-length=80
disable=
fixme,
invalid-name,
+ locally-enabled,
+ locally-disabled,
missing-docstring,
too-few-public-methods,
too-many-arguments,

Powered by Google App Engine
This is Rietveld 408576698