Make pylint happy with change d1d2d953b5016b465.
[riscv-tests.git] / debug / pylint.rc
index 8bbfe205242236cc8f59c6c556df4d3489a16c89..0d9a64063a85ed871f42af4e5f814fcab407cf66 100644 (file)
@@ -158,7 +158,7 @@ single-line-if-stmt=no
 no-space-check=trailing-comma,dict-separator
 
 # Maximum number of lines in a module
-max-module-lines=1000
+max-module-lines=10000
 
 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
 # tab).