at-least-one-rule-in-custom-ruleset
Overview
This rule belongs to the custom-ruleset-validation ruleset and states that:
The value of property Rules in a ruleset must be defined as a non-null list containing at least one custom rule definition.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Custom ruleset rule definitions list is null or empty. |
| Code | CUSTOMRULESET_V004 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Ruleset |
| Tags | custom ruleset semantic validation rules |
Suggested Fixes
- Ensure that the
Ruleslist is not empty or null. - Ensure that the
Ruleslist contains at least one item. - The
Rulesproperty must contain a list of definitions for all custom rules that need to be applied.