docs(naming-convention): clarification

This commit is contained in:
egarette@silique.fr 2026-05-30 19:49:27 +02:00
parent 6825996918
commit 2d2adf8972

View file

@ -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.