Chromium Code Reviews| Index: tools/telemetry/pylintrc |
| diff --git a/tools/telemetry/pylintrc b/tools/telemetry/pylintrc |
| deleted file mode 100644 |
| index db9e3cbbf0c2ed77275ebf54e1545a180636956b..0000000000000000000000000000000000000000 |
| --- a/tools/telemetry/pylintrc |
| +++ /dev/null |
| @@ -1,17 +0,0 @@ |
| -[MESSAGES CONTROL] |
| - |
| -# Disable the message, report, category or checker with the given id(s). |
| -# TODO(telemetry-team): Shrink this list to as small as possible. |
| -disable=abstract-class-little-used,abstract-class-not-used,bad-builtin,bad-continuation,broad-except,fixme,global-statement,interface-not-implemented,invalid-name,locally-disabled,locally-enabled,logging-not-lazy,missing-docstring,no-member,no-self-use,protected-access,star-args,too-few-public-methods,too-many-arguments,too-many-branches,too-many-function-args,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-return-statements,too-many-statements |
| - |
| - |
| -[REPORTS] |
| - |
| -# Don't write out full reports, just messages. |
| -reports=no |
| - |
| - |
| -[FORMAT] |
| - |
| -# We use two spaces for indents, instead of the usual four spaces or tab. |
| -indent-string=' ' |