Naming
Names use the
UpperPascalCase
convention, and must start with a capital letter.
Clay files use a
.clay
extension. The name of the file must correspond to the name of the rule.
For example:
rule ApexWeakEncryptionAlgorithm on ApexClass { ... }