From c0aa8a601202a5de0d3334cb74f75105df627eee Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 23 Aug 2018 17:08:18 -0700 Subject: [PATCH] Make pylint happy with change d1d2d953b5016b465. --- debug/gdbserver.py | 5 +++-- debug/pylint.rc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debug/gdbserver.py b/debug/gdbserver.py index 887770a..a56d4a1 100755 --- a/debug/gdbserver.py +++ b/debug/gdbserver.py @@ -650,8 +650,9 @@ class MulticoreRtosSwitchActiveHartTest(GdbTest): 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. diff --git a/debug/pylint.rc b/debug/pylint.rc index 8bbfe20..0d9a640 100644 --- a/debug/pylint.rc +++ b/debug/pylint.rc @@ -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). -- 2.30.2