ci: configure hook exclusions and fix README lint (MD040/MD056)
This commit is contained in:
parent
67960b7b3b
commit
cf851c1c30
1 changed files with 50 additions and 23 deletions
|
|
@ -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/**]
|
||||
|
|
|
|||
Loading…
Reference in a new issue