From c3d725054c418ac8def940ee0b7bcde99a82829b Mon Sep 17 00:00:00 2001 From: Jad El Kik <64258942+ls-jad-elkik@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:32:01 +0100 Subject: [PATCH] docs(rulesets): update docs about recommended OpenAPI rules --- docs/reference/openapi-rules.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/reference/openapi-rules.md b/docs/reference/openapi-rules.md index d55e43772..0ea70cded 100644 --- a/docs/reference/openapi-rules.md +++ b/docs/reference/openapi-rules.md @@ -115,7 +115,7 @@ It can be hard to pick a license, so if you don't have a lawyer around you can u How useful this is in court is not entirely known, but having a license is better than not having a license. -**Recommended:** Yes +**Recommended:** No **Good Example** @@ -130,7 +130,7 @@ info: Mentioning a license is only useful if people know what the license means, so add a link to the full text for those who need it. -**Recommended:** Yes +**Recommended:** No **Good Example** @@ -244,8 +244,6 @@ tags: - name: "Badger" ``` -**Recommended:** No - ### operation-description **Recommended:** Yes