summaryrefslogtreecommitdiff
path: root/ci/vale/Google/HeadingPunctuation.yml
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2019-10-14 21:28:29 +0200
committerRobert Göhler <github@ghlr.de>2019-10-14 21:28:29 +0200
commitf5f5780c2c02e62fa638fcf9cd95915de64aa9c3 (patch)
treedf55ead99df93d81cda292bcdb1ceb1d1e477f5f /ci/vale/Google/HeadingPunctuation.yml
parent61d3f942485704c55d0e8d9e7ac5507ee752fe6d (diff)
downloadvyos-documentation-f5f5780c2c02e62fa638fcf9cd95915de64aa9c3.tar.gz
vyos-documentation-f5f5780c2c02e62fa638fcf9cd95915de64aa9c3.zip
T1731: 1st version to test vale
Diffstat (limited to 'ci/vale/Google/HeadingPunctuation.yml')
-rw-r--r--ci/vale/Google/HeadingPunctuation.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/vale/Google/HeadingPunctuation.yml b/ci/vale/Google/HeadingPunctuation.yml
new file mode 100644
index 00000000..5c39abbf
--- /dev/null
+++ b/ci/vale/Google/HeadingPunctuation.yml
@@ -0,0 +1,8 @@
+extends: existence
+message: "Don't put a period at the end of a heading."
+link: 'https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings'
+nonword: true
+level: warning
+scope: heading
+tokens:
+ - '[a-z0-9][.](?:\s|$)'