This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new fb3bb3fd568 pre-commit: upgrade markdownlint to the latest version
(#11066)
fb3bb3fd568 is described below
commit fb3bb3fd568b5ffaf971837ece97e78372108b41
Author: John Bampton <[email protected]>
AuthorDate: Thu Jul 24 01:23:20 2025 +1000
pre-commit: upgrade markdownlint to the latest version (#11066)
---
.github/linters/.markdown-lint.yml | 3 +++
.pre-commit-config.yaml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/linters/.markdown-lint.yml
b/.github/linters/.markdown-lint.yml
index 5e8d65905eb..531c26ace44 100644
--- a/.github/linters/.markdown-lint.yml
+++ b/.github/linters/.markdown-lint.yml
@@ -86,3 +86,6 @@ MD046: false
# MD052/reference-links-images Reference links and images should use a label
that is defined
MD052: false
+
+# MD059/descriptive-link-text Link text should be descriptive
+MD059: false
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a9bc87454f1..f14b84608c8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -87,7 +87,7 @@ repos:
^setup/bindir/cloud-setup-encryption\.in$|
^venv/.*$
- repo: https://github.com/igorshubovych/markdownlint-cli
- rev: v0.43.0
+ rev: v0.45.0
hooks:
- id: markdownlint
name: run markdownlint