Skip to content

Commit 06547b3

Browse files
authored
Merge pull request scop#1563 from scop/chore/rumdl-update
chore(rumdl): upgrade to 0.1.5, improve setup
2 parents 9ad578b + 10d14df commit 06547b3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.config/rumdl.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[global]
2-
disable = [
3-
"MD064", # "French" sentence spacing for Emacs goodness, https://github.com/rvben/rumdl/issues/294
2+
exclude = [
3+
"CHANGELOG.md",
44
]
55

66
[emphasis-style]
@@ -14,5 +14,8 @@ allowed-elements = [
1414
"kbd",
1515
]
1616

17+
[no-multiple-consecutive-spaces]
18+
allow-sentence-double-space = true # "French" sentence spacing for Emacs goodness
19+
1720
[strong-style]
1821
style = "asterisk" # opinionated

.pre-commit-config.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,9 @@ repos:
7777
files: ^(helpers-core/perl|.+\.p[ml])$
7878

7979
- repo: https://github.com/rvben/rumdl-pre-commit
80-
rev: v0.0.222
80+
rev: v0.1.5
8181
hooks:
82-
- id: rumdl # Lint only (fails on issues)
83-
exclude: ^CHANGELOG\.md$
84-
- id: rumdl-fmt # Auto-format and fail if issues remain
85-
exclude: ^CHANGELOG\.md$
82+
- id: rumdl-fmt
8683

8784
- repo: https://github.com/pre-commit/pre-commit-hooks
8885
rev: v6.0.0

0 commit comments

Comments
 (0)