summaryrefslogtreecommitdiff
path: root/public/vale/.vale-styles/Google/Exclamation.yml
diff options
context:
space:
mode:
Diffstat (limited to 'public/vale/.vale-styles/Google/Exclamation.yml')
-rw-r--r--public/vale/.vale-styles/Google/Exclamation.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/vale/.vale-styles/Google/Exclamation.yml b/public/vale/.vale-styles/Google/Exclamation.yml
new file mode 100644
index 0000000..3e15181
--- /dev/null
+++ b/public/vale/.vale-styles/Google/Exclamation.yml
@@ -0,0 +1,7 @@
+extends: existence
+message: "Don't use exclamation points in text."
+link: 'https://developers.google.com/style/exclamation-points'
+nonword: true
+level: error
+tokens:
+ - '\w!(?:\s|$)'