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. |