Message ID | d552057fece18290c86e082434e3a04c783b4d46.1722842330.git.federico.serafini@bugseng.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | automation/eclair: tag more rules as clean | expand |
On Mon, 5 Aug 2024, Federico Serafini wrote: > Tag more of the accepted guidelines as clean to avoid regressions. > > Signed-off-by: Federico Serafini <federico.serafini@bugseng.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> > --- > automation/eclair_analysis/ECLAIR/tagging.ecl | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/automation/eclair_analysis/ECLAIR/tagging.ecl b/automation/eclair_analysis/ECLAIR/tagging.ecl > index e7b32773e6..4d0ac94848 100644 > --- a/automation/eclair_analysis/ECLAIR/tagging.ecl > +++ b/automation/eclair_analysis/ECLAIR/tagging.ecl > @@ -56,11 +56,14 @@ MC3R1.R9.3|| > MC3R1.R9.4|| > MC3R1.R9.5|| > MC3R1.R10.2|| > +MC3R1.R11.6|| > MC3R1.R11.7|| > MC3R1.R11.9|| > MC3R1.R12.5|| > MC3R1.R14.1|| > +MC3R1.R14.3|| > MC3R1.R14.4|| > +MC3R1.R16.2|| > MC3R1.R16.7|| > MC3R1.R17.1|| > MC3R1.R17.3|| > @@ -85,6 +88,7 @@ MC3R1.R21.7|| > MC3R1.R21.8|| > MC3R1.R21.9|| > MC3R1.R21.10|| > +MC3R1.R21.11|| > MC3R1.R21.12|| > MC3R1.R21.13|| > MC3R1.R21.19|| > -- > 2.34.1 >
diff --git a/automation/eclair_analysis/ECLAIR/tagging.ecl b/automation/eclair_analysis/ECLAIR/tagging.ecl index e7b32773e6..4d0ac94848 100644 --- a/automation/eclair_analysis/ECLAIR/tagging.ecl +++ b/automation/eclair_analysis/ECLAIR/tagging.ecl @@ -56,11 +56,14 @@ MC3R1.R9.3|| MC3R1.R9.4|| MC3R1.R9.5|| MC3R1.R10.2|| +MC3R1.R11.6|| MC3R1.R11.7|| MC3R1.R11.9|| MC3R1.R12.5|| MC3R1.R14.1|| +MC3R1.R14.3|| MC3R1.R14.4|| +MC3R1.R16.2|| MC3R1.R16.7|| MC3R1.R17.1|| MC3R1.R17.3|| @@ -85,6 +88,7 @@ MC3R1.R21.7|| MC3R1.R21.8|| MC3R1.R21.9|| MC3R1.R21.10|| +MC3R1.R21.11|| MC3R1.R21.12|| MC3R1.R21.13|| MC3R1.R21.19||
Tag more of the accepted guidelines as clean to avoid regressions. Signed-off-by: Federico Serafini <federico.serafini@bugseng.com> --- automation/eclair_analysis/ECLAIR/tagging.ecl | 4 ++++ 1 file changed, 4 insertions(+)