Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityBlocking
MessageIndentation using tab(s) detected.
CodeAPIBLUEPRINT_V001
TypeValidation
Rule SystemSemantic
Broad CategoryBasic Structure
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsapi blueprint api elements api semantic validation indentation tabs

Suggested Fixes

  • Remove all occurrences of tabs from your file and replace them with spaces.

For More Information