zabbix-prereq/.markdownlint-cli2.jsonc
Simon Cornet 035f5a34ec
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
style: ignore line length for markdown tables
2026-05-15 13:44:05 +02:00

13 lines
163 B
JSON

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