Skip to content

Commit 3e08461

Browse files
authored
Fix Super-Linter markdown lint (#598)
Disable MD059 rule in markdown-lint configuration
1 parent d11c5d5 commit 3e08461

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/linters/.markdown-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# https://github.com/DavidAnson/markdownlint#rules--aliases
2-
# markdownlint -c .github/linters/.markdown-lint.yml .
32

43
# MD001/heading-increment/header-increment Heading levels should only increment by one level at a time
54
MD001: false
@@ -21,3 +20,6 @@ MD040: false
2120

2221
# MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
2322
MD041: false
23+
24+
# MD059/descriptive-link-text Link text should be descriptive
25+
MD059: false

0 commit comments

Comments
 (0)