Values.RuleMetadataSourceMetadata about a rule. Rule metadata includes an ID, a name, a list of tags, and a short and long description. CodeGuru Reviewer uses rules to analyze code. A rule's recommendation is included in analysis results if code is detected that violates the rule.
type nonrec t = {ruleId : RuleId.t option;The ID of the rule.
*)ruleName : RuleName.t option;The name of the rule.
*)shortDescription : ShortDescription.t option;A short description of the rule.
*)longDescription : LongDescription.t option;A long description of the rule.
*)ruleTags : RuleTags.t option;Tags that are associated with the rule.
*)}