Files
go-cuckoo/.markdownlint-cli2.jsonc
M.V. Hutz 89bf93de8f
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
feat: using node version of markdown-lint, no custom rule
2026-05-16 15:22:06 -04:00

16 lines
439 B
JSON

{
"customRules": ["markdownlint-rule-max-one-sentence-per-line"],
"gitignore": true,
"config": {
"default": true,
"heading-style": { "style": "atx" },
"ul-indent": { "indent": 2 },
"line-length": false,
"no-duplicate-heading": { "siblings_only": true },
"no-inline-html": {
"allowed_elements": ["br", "code", "details", "summary", "img", "picture", "source"]
},
"first-line-heading": true
}
}