Skip to main content

required-custom-ruleset-rules

Overview

This rule belongs to the custom-ruleset-validation ruleset and states that:

The ruleset file's root object must specify a Rules property which defines all custom rules that need to be applied on a file.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequried ruleset property Rules is missing.
CodeCUSTOMRULESET_V003
TypeValidation
Rule SystemSemantic
Broad CategoryRuleset
Tagscustom ruleset semantic validation rules

Suggested Fixes

  • Make sure that you have added the Rules property in the root object of the ruleset file.
  • Name of property Rules is compared in a case-sensitive manner.

For More Information