Skip to content

Commit 1eb17bf

Browse files
committed
chore: restore rumdl config comments
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent f945cb6 commit 1eb17bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/config/.rumdl.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
# Converted from the repo's legacy markdownlint config.
12
[global]
3+
# Disable the descriptive-link-text rule to preserve the old markdownlint policy.
24
disable = ["MD059", "line-length", "no-inline-html", "MD041", "ul-style", "fenced-code-language"]
35

46
[no-duplicate-heading]
57
siblings-only = true
68

79
[no-trailing-punctuation]
10+
# Allow exclamation points and question marks at the end of sentences.
811
punctuation = ".,;:"
912

1013
[ol-prefix]

0 commit comments

Comments
 (0)