Files
ansible_proxmox_WOL/.markdownlint.json
Jose 36401dc8f4
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 9s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Failing after 1m8s
chore 📦: Add markdown linting config for line length and code block formatting
This commit adds a new markdown linting configuration to enforce line length limits and consistent formatting of code blocks across the project.
2026-01-25 10:50:44 +01:00

7 lines
115 B
JSON

{
"MD013": {
"line_length": 100,
"code_block_line_length": 120,
"tables": false
}
}