Skip to main content

alphabetical-global-tags

Overview

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

Tags defined globally must be in alphabetical order.

PropertyValue
EnabledNo
Maximum SeverityWarning
MessageTags are not in alphabetical order.
CodeOPENAPI3APIMATIC_L601
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Tags
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting tags alphabetical global

Suggested Fixes

  • Arrange the tags so that they are in alphabetical order.
  • If any tag is out of position, move it to the correct position.

For More Information