feat: using node version of markdown-lint, no custom rule
Some checks failed
CI / Check PR Title (pull_request) Successful in 46s
CI / Makefile Lint (pull_request) Failing after 1m23s
CI / Markdown Lint (pull_request) Failing after 49s
CI / Go Lint (pull_request) Successful in 1m33s
CI / Unit Tests (pull_request) Successful in 55s
CI / Fuzz Tests (pull_request) Successful in 1m52s
CI / Mutation Tests (pull_request) Successful in 1m31s

This commit is contained in:
2026-05-16 15:22:06 -04:00
parent 46b59d743e
commit 89bf93de8f
6 changed files with 1372 additions and 50 deletions

View File

@@ -1,5 +1,6 @@
{
"customRules": [".markdownlint-rules/one-sentence-per-line.mjs"],
"customRules": ["markdownlint-rule-max-one-sentence-per-line"],
"gitignore": true,
"config": {
"default": true,
"heading-style": { "style": "atx" },