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