From cd2ec07e37b17160652d71cc7050b9e3de2d76e4 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Thu, 24 Nov 2022 18:07:07 +0000 Subject: [PATCH] doc: Update coding-style.rst to not add enum / struct specifiers --- doc/contributing/source/coding-style.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/contributing/source/coding-style.rst b/doc/contributing/source/coding-style.rst index 33bd4c5ce..c530031a3 100644 --- a/doc/contributing/source/coding-style.rst +++ b/doc/contributing/source/coding-style.rst @@ -1149,6 +1149,8 @@ Miscellaneous items - Do not use the C++ ``goto`` statement. +- Do not add the ``enum`` or ``struct`` specifiers when declaring the variable's type. + Clang-tidy rules ================