We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2faeffb + b95d50c commit 9d31bf7Copy full SHA for 9d31bf7
Google/Colons.yml
@@ -3,5 +3,6 @@ message: "'%s' should be in lowercase."
3
link: 'https://developers.google.com/style/colons'
4
nonword: true
5
level: warning
6
+scope: sentence
7
tokens:
8
- ':\s[A-Z]'
Google/Headings.yml
@@ -4,6 +4,8 @@ link: 'https://developers.google.com/style/capitalization#capitalization-in-titl
scope: heading
match: $sentence
+indicators:
+ - ':'
9
exceptions:
10
- Azure
11
- CLI
fixtures/Headings/test.md
@@ -10,4 +10,6 @@
# Using gRPC
12
13
-# This vs. heading
+# This vs. heading
14
+
15
+# This is a heading: This is a subheading
0 commit comments