summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/telemetry/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/telemetry/pylintrc b/tools/telemetry/pylintrc
index 9e12807..44e3ca5 100644
--- a/tools/telemetry/pylintrc
+++ b/tools/telemetry/pylintrc
@@ -2,7 +2,7 @@
# 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-disable,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,unused-argument
+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,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,unused-argument
[REPORTS]