ci: configure hook exclusions and fix README lint (MD040/MD056)

This commit is contained in:
Patrick Schratz 2026-06-13 21:23:36 +02:00
commit cf851c1c30
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -11,6 +11,10 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
# Markdown code fences hold verbatim content (logs, snippets) whose
# indentation must not be forced to the source indent rules.
indent_style = unset
indent_size = unset
# Ignore paths
[/collections/ansible_collections/community/**]