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

Unified Diff: tools/perf/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: 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
« no previous file with comments | « no previous file | tools/telemetry/pylintrc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/pylintrc
diff --git a/tools/perf/pylintrc b/tools/perf/pylintrc
index 964cc022331e9ab2e67116a7652e085b6d74b3cd..08ccfb0f884f87aef9d279404e21ea1e5ee58c85 100644
--- a/tools/perf/pylintrc
+++ b/tools/perf/pylintrc
@@ -13,5 +13,7 @@ reports=no
[FORMAT]
+dummy-variables-rgx=_+
dtu 2015/05/04 22:19:18 I think these need to be in a section named [VARIA
eakuefner 2015/05/04 22:21:14 Done.
+
# We use two spaces for indents, instead of the usual four spaces or tab.
indent-string=' '
« no previous file with comments | « no previous file | tools/telemetry/pylintrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698