Code Inspections in YAML
This topic lists all JetBrains Rider code inspections available in YAML.
You can toggle specific inspections or change their severity level on the Editor | Inspection Settings | Inspection Severity | Other Languages page of the Settings/Preferences Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
Deprecated YAML key | This inspection checks for deprecated keys in YAML files | ![]() |
Duplicated YAML keys | This inspection detects duplicated keys in YAML files and highlights them in the editor. | ![]() |
Recursive alias | Alias can't be recursive and used inside data referenced by corresponding anchor | ![]() |
Unresolved alias | This inspection warns about unresolved aliases in yaml files | ![]() |
Unused anchor | This inspection highlights unused anchors. | ![]() |
Validation by JSON Schema | Validates YAML file against a JSON Schema, if the schema is specified | ![]() |