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

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: Address Dave's comment 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
« 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 964cc022331e9ab2e67116a7652e085b6d74b3cd..9a3f2300e365f50fcaaffa9388ca68a3a2a5362a 100644
--- a/tools/perf/pylintrc
+++ b/tools/perf/pylintrc
@@ -11,6 +11,13 @@ disable=I0010,I0011,abstract-class-little-used,abstract-class-not-used,anomalous
reports=no
+[VARIABLES]
+
+# A regular expression matching the name of dummy variables (i.e. expectedly
dtu 2015/05/04 22:26:39 Ok, sorry, maybe it's better to not copy the stand
eakuefner 2015/05/04 22:40:03 Done.
+# not used).
+dummy-variables-rgx=_+
+
+
[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