Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ MD040: false

# MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
MD041: false

# MD059/descriptive-link-text Link text should be descriptive
MD059: false
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
entry: codespell --ignore-words=codespell.txt
exclude: ^_site/.*$|^vendor/.*$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.44.0
rev: v0.45.0
hooks:
- id: markdownlint
name: Run markdownlint
Expand All @@ -49,7 +49,7 @@ repos:
args: ["-q", "-c", ".markdown-link-check.json"]
files: ^(?!.*(network|blog|index)\.md$).*\.md$
- repo: https://github.com/adrienverge/yamllint
rev: v1.37.0
rev: v1.37.1
hooks:
- id: yamllint
name: Check YAML files with yamllint
Expand Down
Loading