Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityError
MessageCustom ruleset rule definitions list is null or empty.
CodeCUSTOMRULESET_V004
TypeValidation
Rule SystemSemantic
Broad CategoryRuleset
Tagscustom ruleset semantic validation rules

Suggested Fixes

  • Ensure that the Rules list is not empty or null.
  • Ensure that the Rules list contains at least one item.
  • The Rules property must contain a list of definitions for all custom rules that need to be applied.

For More Information