mbox series

[for-4.19,0/2] Generalise exclude-list.json for other users

Message ID 20231026103243.2077516-1-luca.fancellu@arm.com (mailing list archive)
Headers show
Series Generalise exclude-list.json for other users | expand

Message

Luca Fancellu Oct. 26, 2023, 10:32 a.m. UTC
This serie is generalising the exclude-list.json so that it can be used by
multiple checkers that might want to have a list of excluded files to be removed
from their computation.

Luca Fancellu (2):
  cppcheck: rework exclusion_file_list.py code
  exclude-list: generalise exclude-list

 docs/misra/exclude-list.rst                   | 31 ++++++++-----
 xen/scripts/xen_analysis/cppcheck_analysis.py |  6 +--
 .../xen_analysis/exclusion_file_list.py       | 45 ++++++++++++-------
 3 files changed, 51 insertions(+), 31 deletions(-)