Compare commits

..

1 Commits

Author SHA1 Message Date
4b975d3d52
chore(deps): update docker.io/library/rockylinux docker tag to v9
Some checks failed
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-arch-linux (pull_request) Successful in 12m28s
Build / build-rocky-linux-8 (pull_request) Failing after 6m33s
2025-05-08 22:00:29 +00:00

View File

@ -68,6 +68,11 @@ MD022:
# Blank lines below heading
lines_below: 1
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
MD024:
# Only check sibling headings
allow_different_nesting: true
# MD025/single-title/single-h1 - Multiple top-level headings in the same document
MD025:
# Heading level
@ -122,6 +127,7 @@ MD041:
MD044:
# List of proper names
names: []
# - some-thing
# Include code blocks
code_blocks: false
@ -133,4 +139,4 @@ MD046:
# MD048/code-fence-style - Code fence style
MD048:
# Code fence syle
style: "backtick"
style: "backtick"