This patch implements improvement for our current checker
scripts. More specifically, when calling run_pylint, give
the full warning/error output, so more errors can be found
on code during development (at a cost of some false positives),
and get rid of most of the calls to external processes on
check_patch.py (run unittests, reindent, pylint).

Lucas Meneghel Rodrigues (2):
  utils/run_pylint.py: Restore autotest import workarounds
  utils/check_patch.py: Get rid of subprocess execution

 utils/check_patch.py | 271 ++++++++++++++++++++++++---------------------------
 utils/run_pylint.py  | 133 +++++++++++++++++--------
 2 files changed, 222 insertions(+), 182 deletions(-)

-- 
1.7.11.4

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to