Skip to content

Commit

Permalink
docs: updated the projetc's documentation
Browse files Browse the repository at this point in the history
FossilOrigin-Name: f8837cec2d4bd63c2b2b0f9a6629946c609fbbe93487b4a065a21c7a2366e2d9
  • Loading branch information
thindil committed Jun 7, 2024
1 parent 81faac2 commit 1f98907
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/available_rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -768,9 +768,10 @@ The syntax in a configuration file is::
* namingConv is the name of the rule. It is case-insensitive, thus it can be
set as *namingconv*, *namingConv* or *nAmInGcOnV*.
* entityType is the type of code's entities to check. Possible values are:
variables - check the declarations of variables, enumerations - check the
names of enumerations values and procedures - check the names of the
declarations of procedures.
*variables* - check the declarations of variables, *enumerations* - check the
names of enumerations values, *procedures* - check the names of the
declarations of procedures and *types* - check the names of the declared
types.
* nameExpression - the regular expression which the names of the selected
entities should follow. Any expression supported by PCRE is allowed.

Expand Down

0 comments on commit 1f98907

Please sign in to comment.