chore: add deprecate warning for the lint-related options (#1342)

Co-authored-by: Lorna Jane Mitchell <github@lornajane.net>
This commit is contained in:
Ihor Karpiuk
2023-11-29 11:06:10 +02:00
committed by GitHub
parent 744fab0032
commit 79936f2bb3
18 changed files with 174 additions and 54 deletions

View File

@@ -2,6 +2,12 @@
exports[`E2E bundle lint format bundle lint: should be formatted by format: codeframe 1`] = `
[WARNING] "lint" option is deprecated and will be removed in a future release.
[WARNING] "format" option is deprecated and will be removed in a future release.
[WARNING] "max-problems" option is deprecated and will be removed in a future release.
[1] openapi.yaml:20:11 at #/paths/~1my_post/post/requestBody/content/application~1json
Expected type \`MediaType\` (object) but got \`null\`