Skip to main content

no-trailing-leading-spaces-in-operation-summary

Overview

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

The operation summary should not contain any leading or trailing white-space characters.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageLeading or trailing white-space character found in operation summary.
CodeOPENAPI3APIMATICSYNTAX_L231
TypeLinting
Rule SystemSyntax
Broad CategoryOpenAPI Operations
Products ImpactedDeveloper Experience Portal
Tagsopenapi3 openapi syntax linting apimatic operation summary leading trailing whitespace character

Suggested Fixes

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

For More Information