From 8cf92f8fb8d5b731eec4f489c40d0f4612fdcd7a Mon Sep 17 00:00:00 2001 From: Google Python team Date: Thu, 20 Feb 2020 16:14:12 -0500 Subject: [PATCH] Project import generated by Copybara. PiperOrigin-RevId: 296280631 --- pylintrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pylintrc b/pylintrc index bd159a8..c8c911f 100644 --- a/pylintrc +++ b/pylintrc @@ -93,6 +93,10 @@ disable=apply-builtin, next-method-called, next-method-defined, no-absolute-import, + no-else-break, + no-else-continue, + no-else-raise, + no-else-return, no-member, no-self-use, nonzero-method, @@ -130,6 +134,7 @@ disable=apply-builtin, unichr-builtin, unicode-builtin, unpacking-in-except, + useless-else-on-loop, useless-suppression, using-cmp-argument, xrange-builtin,