Skip to content

Commit 4b419d1

Browse files
committed
docs: enforce sentence case headings
1 parent a8be17c commit 4b419d1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.rumdl.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ style = "asterisk" # better than underscore, since it's not considered a word-c
3535
style = "asterisk" # better than underscore, since it's not considered a word-char
3636

3737
[MD060] # auto-format tables
38-
enabled = true # opt-in, since rule still experimental
38+
enabled = true # opt-in, since disabled by default
3939

4040
[MD063] # heading-capitalization
41+
enabled = true # opt-in, since disabled by default
4142
style = "sentence_case"
43+
ignore-words = ["Alfred"]
4244

4345
# ------------------------------------------------------------------------------
4446

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Helpful GitHub assistant for Alfred.
5252
a GitHub repo from the current browser tab. ([Note that Firefox is not
5353
supported.](https://www.alfredforum.com/topic/16748-how-to-do-x-in-firefox-from-alfred/))
5454

55-
## GitHub Token
55+
## GitHub token
5656
The `GITHUB_TOKEN` is optional and only required for showing notifications,
5757
private repos, PRs, and issues repos. The token requires the respective access
5858
rights.

0 commit comments

Comments
 (0)