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

Unified Diff: build/android/pylib/junit/setup.py

Issue 1315743004: [Android] Add a custom pylintrc for build/android/. (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: build/android/pylib/junit/setup.py
diff --git a/build/android/pylib/junit/setup.py b/build/android/pylib/junit/setup.py
index 94d4277d8e6db7c04adda7a9c7828eb75e41c20f..210bdb51227e1fc65c9bb37428d9aa2933ebe56d 100644
--- a/build/android/pylib/junit/setup.py
+++ b/build/android/pylib/junit/setup.py
@@ -13,6 +13,7 @@ def Setup(args):
A (runner_factory, tests) tuple.
"""
+ # pylint: disable=unused-argument
def TestRunnerFactory(_unused_device, _unused_shard_index):
return test_runner.JavaTestRunner(args)

Powered by Google App Engine
This is Rietveld 408576698