ansible/.markdownlint.json
ilia f3b34f3c95
Some checks failed
CI / lint-and-test (push) Successful in 59s
CI / build-and-test (push) Has been cancelled
Fix CI workflow: configure markdownlint and make link checking non-blocking
2025-12-13 23:06:26 -05:00

19 lines
273 B
JSON

{
"default": true,
"MD013": {
"line_length": 160,
"code_blocks": false,
"tables": false
},
"MD012": false,
"MD022": false,
"MD024": false,
"MD031": false,
"MD032": false,
"MD034": false,
"MD040": false,
"MD047": false,
"MD058": false
}