Re: [PATCH 1/2] xen/cppcheck: add a way to exclude files from the scan

2023-02-14 Thread Luca Fancellu
> On 14 Feb 2023, at 09:51, Jan Beulich wrote: > > On 14.02.2023 09:56, Luca Fancellu wrote: >> Add a way to exclude files from the scan, in this way we can skip >> some findings from the report on those files that Xen doesn't own. >> >> To do that, introduce the exclude-list.json file under d

Re: [PATCH 1/2] xen/cppcheck: add a way to exclude files from the scan

2023-02-14 Thread Jan Beulich
On 14.02.2023 09:56, Luca Fancellu wrote: > Add a way to exclude files from the scan, in this way we can skip > some findings from the report on those files that Xen doesn't own. > > To do that, introduce the exclude-list.json file under docs/misra, > this file will be populated with relative path

[PATCH 1/2] xen/cppcheck: add a way to exclude files from the scan

2023-02-14 Thread Luca Fancellu
Add a way to exclude files from the scan, in this way we can skip some findings from the report on those files that Xen doesn't own. To do that, introduce the exclude-list.json file under docs/misra, this file will be populated with relative path to the files/folder to be excluded. Introduce a new