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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Unit Test Object description contains leading/trailing white-space characters. |
Code | OPENAPI3DOCSGENSYNTAX_L350 |
Type | Linting |
Rule System | Syntax |
Broad Category | OpenAPI Operation Test Cases |
Products Impacted | Developer Experience Portal |
Tags | documentation 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.