Make pylint happy with change d1d2d953b5016b465.
authorTim Newsome <tim@sifive.com>
Fri, 24 Aug 2018 00:08:18 +0000 (17:08 -0700)
committerTim Newsome <tim@sifive.com>
Fri, 24 Aug 2018 00:08:18 +0000 (17:08 -0700)
debug/gdbserver.py
debug/pylint.rc

index 887770af6fb737deedad6db794935d941e4da1c2..a56d4a1f8a84216ac63596f0acf5944adccb1bcd 100755 (executable)
@@ -650,8 +650,9 @@ class MulticoreRtosSwitchActiveHartTest(GdbTest):
         if self.gdb.one_hart_per_gdb():
             return 'not_applicable'
 
         if self.gdb.one_hart_per_gdb():
             return 'not_applicable'
 
-        # Set breakpoint near '_start' label to increase the chances of a situation
-        # when all harts hit breakpoint immediately and simultaneously.
+        # Set breakpoint near '_start' label to increase the chances of a
+        # situation when all harts hit breakpoint immediately and
+        # simultaneously.
         self.gdb.b("set_trap_handler")
 
         # Check that all harts hit breakpoint one by one.
         self.gdb.b("set_trap_handler")
 
         # Check that all harts hit breakpoint one by one.
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
 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).
 
 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
 # tab).