summaryrefslogtreecommitdiff
path: root/ci/vale/Google/Hyphens.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/vale/Google/Hyphens.yml')
-rw-r--r--ci/vale/Google/Hyphens.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/vale/Google/Hyphens.yml b/ci/vale/Google/Hyphens.yml
deleted file mode 100644
index f9779637..00000000
--- a/ci/vale/Google/Hyphens.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-extends: existence
-message: "Don't place a space on either side of a hyphen (unless it's suspended)."
-link: 'https://developers.google.com/style/hyphens'
-level: warning
-nonword: true
-tokens:
- - '\s-'
- - '-\s'