summaryrefslogtreecommitdiff
path: root/ci/vale/Google/Semicolons.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/vale/Google/Semicolons.yml')
-rw-r--r--ci/vale/Google/Semicolons.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/vale/Google/Semicolons.yml b/ci/vale/Google/Semicolons.yml
new file mode 100644
index 00000000..bb8b85b4
--- /dev/null
+++ b/ci/vale/Google/Semicolons.yml
@@ -0,0 +1,8 @@
+extends: existence
+message: "Use semicolons judiciously."
+link: 'https://developers.google.com/style/semicolons'
+nonword: true
+scope: sentence
+level: suggestion
+tokens:
+ - ';'