IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
Sharing some naming conventions is a key point to make it possible for a team to efficiently collaborate. This rule allows to check that all macro names match a provided regular expression.
With default provided regular expression: ^([A-Z0-9_]*|[a-z0-9_]*)$
^([A-Z0-9_]*|[a-z0-9_]*)$
DEFINE MyMacro. ... END-OF-DEFINITION.