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
16 lines
439 B
JSON
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
|
|
}
|
|
}
|