From 2d2adf897232ffd13645e3d086c81302842ae11a Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 30 May 2026 19:49:27 +0200 Subject: [PATCH] docs(naming-convention): clarification --- docs/naming_convention.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/naming_convention.rst b/docs/naming_convention.rst index 17259536b..2d1233b83 100644 --- a/docs/naming_convention.rst +++ b/docs/naming_convention.rst @@ -70,3 +70,5 @@ The regular expression that validates our variable and family naming policy is: You can see that it is mandatory to only use lowercase ASCII letters, numbers and the `"_"` (undescore) character. The snake case typographic convention is therefore used. + +.. attention:: The name must not starts with `_` character.