nameconv

VARIABLE .... should start with "..."

Rule "nameconv" looks at the names of variables (and other names like parameters, temptables and procedures) to check
for naming conventions.

How to customize this rule:
Since naming conventions are different in every organization, you
will probably want to customize this rule. To do so you only have to
override procedure "prolint/rules/namecheck.p":

Do not change procedure "prolint/rules/namecheck.p", because your changes will
be overwritten when you upgrade Prolint. Instead, copy
"prolint/rules/namecheck.p" to "prolint/custom/rules/namecheck.p" and
then change your custom copy.