diff --git a/ci/summarizer.py b/ci/summarizer.py index 17c2ffdc93bc5d5b4d33e8448551dea5844dfb4c..60090ef370632aa97336ac39cc519c3989223f14 100755 --- a/ci/summarizer.py +++ b/ci/summarizer.py @@ -50,6 +50,8 @@ def prettyprint(errors): for key in errors: for error in errors[key]: print("\033[1mFile \033[93m{0}\033[91m violates rule \033[93m#{1}\033[91m of the MISRA C 2012 standard at line \033[93m{2}\033[91m".format(key, error[1], error[0])) + print "" + print "" print("\033[1m=================================================\033[0m\n")