Index: tools/perf/pylintrc |
diff --git a/tools/perf/pylintrc b/tools/perf/pylintrc |
index 964cc022331e9ab2e67116a7652e085b6d74b3cd..d0faf6757503bf8bd702e112b91b55d3c6219bd9 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_ |
nednguyen
2015/05/06 02:25:37
We don't have any of "unused_" usage in telemetry,
|
+ |
+ |
[FORMAT] |
# We use two spaces for indents, instead of the usual four spaces or tab. |