Re: [XEN PATCH v2] automation/eclair: improve scheduled analyses

2023-11-30 Thread Simone Ballarin
On 30/11/23 04:13, Stefano Stabellini wrote: On Thu, 23 Nov 2023, Simone Ballarin wrote: The scheduled analyses are intended to maintain an overall vision of the MISRA complaince of the entire project. For this reason, the file exclusions in "out_of_scope.ecl" should not be applied. This patch

Re: [XEN PATCH v2] automation/eclair: improve scheduled analyses

2023-11-29 Thread Stefano Stabellini
On Thu, 23 Nov 2023, Simone Ballarin wrote: > The scheduled analyses are intended to maintain an overall vision > of the MISRA complaince of the entire project. For this reason, > the file exclusions in "out_of_scope.ecl" should not be applied. > > This patch amends ECLAIR settings to prevent exem

[XEN PATCH v2] automation/eclair: improve scheduled analyses

2023-11-23 Thread Simone Ballarin
The scheduled analyses are intended to maintain an overall vision of the MISRA complaince of the entire project. For this reason, the file exclusions in "out_of_scope.ecl" should not be applied. This patch amends ECLAIR settings to prevent exempting files for scheduled analyses. Signed-off-by: Si