On Thu, 2 Mar 2023, Luca Fancellu wrote:
> >> +Exclude file list for xen-analysis script
> >> +=
> >> +
> >> +The code analysis is performed on the Xen codebase for both MISRA
> >> checkers and
> >> +static analysis checkers, there are some files however tha
>> +Exclude file list for xen-analysis script
>> +=
>> +
>> +The code analysis is performed on the Xen codebase for both MISRA checkers
>> and
>> +static analysis checkers, there are some files however that needs to be
>> removed
>> +from the findings repo
On Wed, 1 Mar 2023, 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
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