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