We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5cefd commit fb3bb3fCopy full SHA for fb3bb3f
.github/linters/.markdown-lint.yml
@@ -86,3 +86,6 @@ MD046: false
86
87
# MD052/reference-links-images Reference links and images should use a label that is defined
88
MD052: false
89
+
90
+# MD059/descriptive-link-text Link text should be descriptive
91
+MD059: false
.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:
92
- id: markdownlint
93
name: run markdownlint
0 commit comments