Skip to main content

valid-custom-ruleset-name

Overview

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

The ruleset file's root object can specify a user-friendly name for the ruleset using the Name property. This Name must use alphanumeric characters and can also use dashes, commas, periods, spaces, round braces or underscores but any other special characters are forbidden.

PropertyValue
EnabledYes
Maximum SeverityError
MessageName provided for the custom ruleset is invalid.
CodeCUSTOMRULESETSYNTAX_V003
TypeValidation
Rule SystemSyntax
Broad CategoryRuleset
Tagscustom ruleset syntax validation name

Suggested Fixes

  • Ensure that your ruleset Name only uses alphanumeric characters, dashes, commas, periods, spaces, round braces and underscores.
  • Remove any characters from your ruleset Name that are forbidden.
  • Ensure that your ruleset Name starts with an alphanumeric character.

For More Information