no-tab-indentation
Overview
This rule belongs to the api-blueprint-validation ruleset and states that:
An API Blueprint file must not use tab(s) to indent sections. Only spaces are currently supported in the Apiary platform.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Blocking |
| Message | Indentation using tab(s) detected. |
| Code | APIBLUEPRINT_V001 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Basic Structure |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | api blueprint api elements api semantic validation indentation tabs |
Suggested Fixes
- Remove all occurrences of tabs from your file and replace them with spaces.