Skip to main content

no-trailing-leading-spaces-in-test-case-description

Overview

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

Description of an Unit Test Object should not contain any leading or trailing white-space characters.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageUnit Test Object description contains leading/trailing white-space characters.
CodeOPENAPI3DOCSGENSYNTAX_L350
TypeLinting
Rule SystemSyntax
Broad CategoryOpenAPI Operation Test Cases
Products ImpactedDeveloper Experience Portal
Tagsdocumentation generation documentation docs openapi3 openapi syntax linting apimatic unit test description trailing leading spaces

Suggested Fixes

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

For More Information