[PATCH 0/2] Cppcheck MISRA analysis improvements

Luca Fancellu posted 2 patches 1 year, 3 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230106104108.14740-1-luca.fancellu@arm.com
There is a newer version of this series
xen/scripts/xen_analysis/cppcheck_analysis.py |  8 +++--
.../xen_analysis/cppcheck_report_utils.py     |  2 ++
xen/scripts/xen_analysis/settings.py          | 35 +++++++++++--------
xen/tools/convert_misra_doc.py                | 28 ++++++++++-----
4 files changed, 48 insertions(+), 25 deletions(-)
[PATCH 0/2] Cppcheck MISRA analysis improvements
Posted by Luca Fancellu 1 year, 3 months ago
This serie is adding a way to skip the check for some rules that the Xen project
has agreed to follow, this is because cppcheck reports too many false-positive
on some rules and it would be easier in a first phase to skip the check on them
and allow the tool to be mature enough before using it on the specific rules.

The serie includes also an improvement for the cppcheck report.

Luca Fancellu (2):
  xen/cppcheck: sort alphabetically cppcheck report entries
  xen/cppcheck: add parameter to skip given MISRA rules

 xen/scripts/xen_analysis/cppcheck_analysis.py |  8 +++--
 .../xen_analysis/cppcheck_report_utils.py     |  2 ++
 xen/scripts/xen_analysis/settings.py          | 35 +++++++++++--------
 xen/tools/convert_misra_doc.py                | 28 ++++++++++-----
 4 files changed, 48 insertions(+), 25 deletions(-)

-- 
2.17.1