keepalived/.markdownlint-cli2.jsonc
Simon Cornet db70ae436a
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
ci: migrate from gitlab ci to woodpecker
2026-05-15 14:31:01 +02:00

13 lines
163 B
JSON

{
// files to lint
"globs": [
"readme.md"
],
// linting rules
"config": {
"MD013": {
"line_length": 120,
"tables": false
}
}
}