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

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: 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
« 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..999e3ee5ab166636a914f995e7cddd406efbcda9 100644
--- a/tools/telemetry/pylintrc
+++ b/tools/telemetry/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
+# not used).
+dummy-variables-rgx=_+
+
+
[FORMAT]
# We use two spaces for indents, instead of the usual four spaces or tab.
« 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