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

Unified Diff: tools/telemetry/pylintrc

Issue 1250443002: Permit locally enabling pylint checks in Telemetry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/pylintrc
diff --git a/tools/telemetry/pylintrc b/tools/telemetry/pylintrc
index 44e3ca56a69ea512bbde75e7d690237480c68dbd..9811c3c6e3d5b6610ed8e174bd7fdf28c72a53ad 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-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
+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,unused-argument
[REPORTS]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698