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

Unified Diff: tools/telemetry/pylintrc

Issue 1114343003: [Telemetry] Set dummy variable regex in tools/telemetry and tools/perf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« tools/perf/pylintrc ('K') | « tools/perf/pylintrc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/pylintrc
diff --git a/tools/telemetry/pylintrc b/tools/telemetry/pylintrc
index 8c2faef960d3a5669472f61b44d0fd15a39e9d30..588842a27126a25c05360157b249a962122e05e3 100644
--- a/tools/telemetry/pylintrc
+++ b/tools/telemetry/pylintrc
@@ -13,5 +13,7 @@ reports=no
[FORMAT]
+dummy-variables-rgx=_+
+
# We use two spaces for indents, instead of the usual four spaces or tab.
indent-string=' '
« tools/perf/pylintrc ('K') | « tools/perf/pylintrc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698