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

Unified Diff: build/android/pylib/linker/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/linker/setup.py
diff --git a/build/android/pylib/linker/setup.py b/build/android/pylib/linker/setup.py
index e561957f6209169773b0f8062f72a2f596f67713..0d516e755c91dc3596e38295f813f82e2568834f 100644
--- a/build/android/pylib/linker/setup.py
+++ b/build/android/pylib/linker/setup.py
@@ -58,6 +58,7 @@ def Setup(args, devices):
all_tests = [t for t in all_tests \
if t.qualified_name in filtered_test_names]
+ # pylint: disable=unused-argument
def TestRunnerFactory(device, _shard_index):
return test_runner.LinkerTestRunner(device, args.tool)

Powered by Google App Engine
This is Rietveld 408576698