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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Requried ruleset property Rules is missing. |
Code | CUSTOMRULESET_V003 |
Type | Validation |
Rule System | Semantic |
Broad Category | Ruleset |
Tags | custom 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.