Skip to content

Commit 642cbac

Browse files
committed
Merge branch 'latest' into docker-pull-limit
2 parents ac764ec + dda2603 commit 642cbac

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/styles/Vaadin/HeadingCase.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ extends: capitalization
22
message: "'%s' should be in title case."
33
link: https://vaadin.com/docs/contributing/docs/styleguide#headings
44
level: warning
5-
scope: heading
5+
scope:
6+
- heading
7+
- text.frontmatter.title
68
# $title, $sentence, $lower, $upper, or a pattern.
79
match: $title
810
style: Chicago # AP or Chicago; only applies when match is set to $title.

.github/styles/Vaadin/HeadingColons.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ extends: existence
22
message: "Capitalize '%s'."
33
nonword: true
44
level: error
5-
scope: heading
5+
scope:
6+
- heading
7+
- text.frontmatter.title
68
tokens:
79
- ':\s[a-z]'

.github/styles/Vaadin/HeadingPunctuation.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ message: "Don't put a period at the end of a heading."
33
link: https://vaadin.com/docs/contributing/docs/styleguide#headings
44
nonword: true
55
level: error
6-
scope: heading
6+
scope:
7+
- heading
8+
- text.frontmatter.title
79
action:
810
name: edit
911
params:

0 commit comments

Comments
 (0)