Skip to content

Commit 4dd2f56

Browse files
committed
Fix markdown linter
1 parent efdd4f3 commit 4dd2f56

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ MD040: false
2424

2525
# MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
2626
MD041: false
27+
28+
# MD059/descriptive-link-text Link text should be descriptive
29+
MD059: false

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
entry: codespell --ignore-words=codespell.txt
3737
exclude: ^_site/.*$|^vendor/.*$
3838
- repo: https://github.com/igorshubovych/markdownlint-cli
39-
rev: v0.44.0
39+
rev: v0.45.0
4040
hooks:
4141
- id: markdownlint
4242
name: Run markdownlint
@@ -49,7 +49,7 @@ repos:
4949
args: ["-q", "-c", ".markdown-link-check.json"]
5050
files: ^(?!.*(network|blog|index)\.md$).*\.md$
5151
- repo: https://github.com/adrienverge/yamllint
52-
rev: v1.37.0
52+
rev: v1.37.1
5353
hooks:
5454
- id: yamllint
5555
name: Check YAML files with yamllint

0 commit comments

Comments
 (0)