[chore] remove abbreviated example nodes

- add custom rule to manipulate example objects
- amend validation script to use config file
This commit is contained in:
Eric Schubert
2026-02-13 14:53:07 +01:00
parent 887ded5714
commit 6943ad129e
4 changed files with 59 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ begin
file.puts full_spec
end
system("npx @redocly/cli lint #{openapi_yaml_spec_path}")
system("npx @redocly/cli lint --config=.redocly.yaml #{openapi_yaml_spec_path}")
status = $?.exitstatus
ensure