Skip to main content

no-articles-in-tag-name

Overview

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

The tag name should not contain articles like a, an, or the. These words can make the name of the operation unnecessarily long and can make it harder to read and understand.

PropertyValue
EnabledNo
Maximum SeverityWarning
MessageTag name should not contain any article such as a, an, or the.
CodeOPENAPI3CODEGEN_L582
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Tags
Products ImpactedCode Generation, Developer Experience Portal
Tagscode generation sdks openapi3 openapi semantic linting apimatic tag name articles A An The

Suggested Fixes

  • Remove all articles from the tag name.

For More Information