From ba1a527cf49b77fabfd0d416f77af07b5a7d3dae Mon Sep 17 00:00:00 2001 From: Enrico Faulhaber Date: Thu, 19 Jul 2018 15:39:26 +0200 Subject: [PATCH] pylintrc: increase allowed module length Change-Id: Ic542039e97d9024600950a47ea1ed1f8a1d0cae0 Reviewed-on: https://forge.frm2.tum.de/review/18483 Reviewed-by: Jens Krueger Reviewed-by: Enrico Faulhaber Tested-by: Enrico Faulhaber --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 5bfa170..a40281e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -162,7 +162,7 @@ max-line-length=132 no-space-check=trailing-comma,dict-separator # Maximum number of lines in a module -max-module-lines=1000 +max-module-lines=1200 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 # tab).