aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-03-03 05:54:30 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2017-03-03 06:00:01 +0000
commitc3038a5cb379d19ec1f2352ee18f0012035dd21c (patch)
tree008feb24e9b88131a1f009a79648efc54ad8f246 /.pylintrc
parentdb0f85b0105a598953489eebfa28385e1364bd7a (diff)
Suppress and enable too-many-locals lint
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc
index a8d1459940..6f24d1bf3e 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -31,7 +31,6 @@ notes=FIXME,XXX
# enable cyclic-import after a 1.7-or-later pylint release that recognizes our
# disable=cyclic-import suppressions.
#TODO: Enable too-many-instance-attributes
-#TODO: Enable too-many-locals
#TODO: Enable too-many-lines
#TODO: Enable redefined-variable-type
#TODO: Enable next-method-called
@@ -40,4 +39,4 @@ notes=FIXME,XXX
#TODO: Enable too-many-return-statements
#TODO: Enable too-many-nested-blocks
-disable=missing-docstring,too-few-public-methods,no-init,duplicate-code,invalid-name,locally-disabled,protected-access,no-name-in-module,unused-argument,wrong-import-order,cyclic-import,too-many-instance-attributes,too-many-locals,too-many-lines,redefined-variable-type,next-method-called,import-error,useless-else-on-loop,too-many-return-statements,too-many-nested-blocks
+disable=missing-docstring,too-few-public-methods,no-init,duplicate-code,invalid-name,locally-disabled,protected-access,no-name-in-module,unused-argument,wrong-import-order,cyclic-import,too-many-instance-attributes,too-many-lines,redefined-variable-type,next-method-called,import-error,useless-else-on-loop,too-many-return-statements,too-many-nested-blocks