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

Unified Diff: tools/perf/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: freshen CL Created 5 years, 2 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
« no previous file with comments | « no previous file | tools/telemetry/pylintrc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/pylintrc
diff --git a/tools/perf/pylintrc b/tools/perf/pylintrc
index cd635d352a840115650d16c10aae246bd3ad7e20..039dd565c1a75398f4a0b2a6122068944fb1bf2e 100644
--- a/tools/perf/pylintrc
+++ b/tools/perf/pylintrc
@@ -11,6 +11,12 @@ disable=I0010,I0011,abstract-class-little-used,abstract-class-not-used,anomalous
reports=no
+[VARIABLES]
+
+# Google style
+dummy-variables-rgx=_$|unused_
+
+
[FORMAT]
# We use two spaces for indents, instead of the usual four spaces or tab.
« no previous file with comments | « no previous file | tools/telemetry/pylintrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698