Skip to content

Commit a8be17c

Browse files
committed
ci: update rumdl config
1 parent 4e0de8f commit a8be17c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.rumdl.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ line-length = 80
55
disable = [
66
"MD032", # blanks-around-lists: space waster
77
]
8-
# PENDING https://github.com/rvben/rumdl/issues/208
9-
exclude = [".github/pull_request_template.md"]
108

119
# ------------------------------------------------------------------------------
1210

@@ -36,6 +34,9 @@ style = "asterisk" # better than underscore, since it's not considered a word-c
3634
[MD050] # strong-style
3735
style = "asterisk" # better than underscore, since it's not considered a word-char
3836

37+
[MD060] # auto-format tables
38+
enabled = true # opt-in, since rule still experimental
39+
3940
[MD063] # heading-capitalization
4041
style = "sentence_case"
4142

0 commit comments

Comments
 (0)