[PR #722] [MERGED] Improved YAML Schema build (#721) #974

Closed
opened 2026-03-03 02:01:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/722
Author: @aepfli
Created: 2/15/2023
Status: Merged
Merged: 2/20/2023
Merged by: @DavidAnson

Base: nextHead: fixing_yaml_generation


📝 Commits (4)

📊 Changes

4 files changed (+28 additions, -22 deletions)

View changed files

📝 package.json (+2 -1)
📝 schema/.markdownlint.jsonc (+1 -1)
📝 schema/.markdownlint.yaml (+3 -4)
📝 schema/build-config-example.js (+22 -16)

📄 Description

Fixed issue with generating YAML schema by using
YAML.stringify instead of string replacements
of the JSON.stringigy result.

closes: #721


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/722 **Author:** [@aepfli](https://github.com/aepfli) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `fixing_yaml_generation` --- ### 📝 Commits (4) - [`8bff68c`](https://github.com/DavidAnson/markdownlint/commit/8bff68c755c0c8393effc7a2096946050f0357c5) Improved YAML Schema build (#721) - [`9697622`](https://github.com/DavidAnson/markdownlint/commit/9697622316938ec384981519c427f6fcd3fcfa9a) PR Changes - [`0b6bc75`](https://github.com/DavidAnson/markdownlint/commit/0b6bc7556d33323b0f0e0f209648854ffc7f3309) unification of comment transformation - [`e289a02`](https://github.com/DavidAnson/markdownlint/commit/e289a023b92e1a630b4f1ef2a6cbff15be7a89a2) Tweaks for CI/naming. ### 📊 Changes **4 files changed** (+28 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -1) 📝 `schema/.markdownlint.jsonc` (+1 -1) 📝 `schema/.markdownlint.yaml` (+3 -4) 📝 `schema/build-config-example.js` (+22 -16) </details> ### 📄 Description Fixed issue with generating YAML schema by using `YAML.stringify` instead of string replacements of the `JSON.stringigy` result. closes: #721 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:01:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#974
No description provided.