Hi Stefano, On 15/06/2023 01:03, Stefano Stabellini wrote: > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > From: Stefano Stabellini <stefano.stabell...@amd.com> > > Signed-off-by: Stefano Stabellini <stefano.stabell...@amd.com> > --- > docs/misra/rules.rst | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/docs/misra/rules.rst b/docs/misra/rules.rst > index 41a727ca98..4179e49ac2 100644 > --- a/docs/misra/rules.rst > +++ b/docs/misra/rules.rst > @@ -90,6 +90,17 @@ existing codebase are work-in-progress. > behaviour > - > > + * - Rule 1.4 Just as for the previous patch: This is incorrect as it should be surrounded by `` similar to other lines. Otherwise it will not be taken into account by convert_misra_doc.py which converts this document into cppcheck rule list.
~Michal