JetBrains Rider 2018.2 Help

Code Inspections in YAML

Inspection

Description

Default Severity

Unresolved alias

This inspection warns about unresolved aliases in yaml files

Error

Recursive alias

Alias can't be recursive and used inside data referenced by corresponding anchor

Error

Duplicated YAML keys

This inspection detects duplicated keys in YAML files and highlights them in the editor.

Error

Unused anchor

This inspection highlights unused anchors.

Warning

Validation by JSON Schema

Validates YAML file against a JSON Schema, if the schema is specified

Warning

Last modified: 21 December 2018