valid-yaml
Overview
This rule belongs to the yaml-syntax-validation ruleset and states that:
YAML data must follow standards defined in the official YAML specification.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Blocking |
| Message | YAML data is invalid. |
| Code | YAMLSYNTAX_V200 |
| Type | Validation |
| Rule System | Syntax |
| Broad Category | Miscellaneous |
| Tags | yaml data syntax preliminary checks validation yaml |
Suggested Fixes
- Make sure that your YAML does not contain any syntax issues.
- Make sure that your YAML does not contain any semantic issues.
- Make sure that your YAML follows all rules specified in the official specification.