no-trailing-leading-spaces-in-test-case-name
Overview
This rule belongs to the openapi-v3-codegen-syntax-linting ruleset and states that:
The test case's name should not contain any leading or trailing white-space characters.'
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Warning |
| Message | Leading or trailing white-space characters found in operation unit test case name. |
| Code | OPENAPI3CODEGENSYNTAX_L341 |
| Type | Linting |
| Rule System | Syntax |
| Broad Category | OpenAPI Operation Test Cases |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | code generation sdks openapi3 openapi syntax linting apimatic test case name leading trailing whitespace character codegen setting |
Suggested Fixes
- Remove all leading or trailing white-space characters such as spaces, tabs, or line breaks from test case name.