Skip to main content

no-trailing-leading-spaces-in-tag-name

Overview

This rule belongs to the openapi-v3-apimatic-syntax-linting ruleset and states that:

The name of the tag should not contain any leading or trailing white-space characters.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageLeading or trailing white-space character found in tag name.
CodeOPENAPI3APIMATICSYNTAX_L600
TypeLinting
Rule SystemSyntax
Broad CategoryOpenAPI Tags
Products ImpactedDeveloper Experience Portal
Tagsopenapi3 openapi syntax linting apimatic tag name leading trailing whitespace character

Suggested Fixes

  • Remove all leading or trailing white-space characters such as spaces, tabs, or line breaks from tag name.

For More Information