Values.AnalysisRuleSourceContains information about analysis rules for the analyzer. Analysis rules determine which entities will generate findings based on the criteria you define when you create the rule.
type nonrec t = {exclusions : AnalysisRuleCriteriaList.t option;A list of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings.
*)}