fix: rename rule no-empty-enum-servers to no-server-variables-empty-enum (#813)

* fix: rename rule no-empty-enum-servers to no-server-variables-empty-enum
- fix no-server-example.com docs

* chore: fix snapshots

Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
This commit is contained in:
Adam Altman
2022-08-18 08:07:10 -05:00
committed by GitHub
parent 682b6a6fa4
commit 9b1239c6d9
19 changed files with 52 additions and 47 deletions

View File

@@ -0,0 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`E2E lint no-server-variables-empty-enum 1`] = `
validating /openapi.yaml...
/openapi.yaml: validated in <test>ms
Woohoo! Your OpenAPI definition is valid. 🎉
`;