Chromium Code Reviews| Index: tools/perf/pylintrc |
| diff --git a/tools/perf/pylintrc b/tools/perf/pylintrc |
| index 5feea03848f72a04a46091dc94b4372ef88c0574..cd635d352a840115650d16c10aae246bd3ad7e20 100644 |
| --- a/tools/perf/pylintrc |
| +++ b/tools/perf/pylintrc |
| @@ -15,3 +15,7 @@ reports=no |
| # We use two spaces for indents, instead of the usual four spaces or tab. |
| indent-string=' ' |
| + |
| +# We suppress long line check for lines that contain only the URL (with or |
| +# without quote). |
| +ignore-long-lines=^\s*'?https?://\S+'?$ |