File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ spectral
2222 .then (console .log );
2323```
2424
25- Please note that by default Spectral supports YAML 1.2 with merge keys extension.
26- As recommended by the [ spec] ( https://yaml.org/spec/1.2/spec.html#id2804923 ) , tags are resolved according to the "Core Schema."
27-
2825This will run Spectral with no formats, rules or functions, so it's not going to do anything besides $ref resolving.
2926Find out how to add formats, rules and functions below.
3027
Original file line number Diff line number Diff line change 1+ # YAML support
2+
3+ Spectral supports YAML 1.2 with merge keys extension.
4+
5+ As recommended by the [ spec] ( https://yaml.org/spec/1.2/spec.html#id2804923 ) , tags are resolved according to the "Core Schema".
You can’t perform that action at this time.
0 commit comments