From afb64419d5f6744449000bbbb929dea3ad5cc426 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 29 Apr 2021 18:50:08 -0300 Subject: [PATCH] Disable pylint's `too-many-lines` for modules. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c6ef7173..4525555f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,7 @@ disable = no-name-in-module, too-many-arguments, too-many-statements, + too-many-lines, duplicate-code, broad-except, too-many-branches, -- GitLab