diff options
Diffstat (limited to 'ci/vale/Google/LyHyphens.yml')
-rw-r--r-- | ci/vale/Google/LyHyphens.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/vale/Google/LyHyphens.yml b/ci/vale/Google/LyHyphens.yml new file mode 100644 index 00000000..d5b6a942 --- /dev/null +++ b/ci/vale/Google/LyHyphens.yml @@ -0,0 +1,8 @@ +extends: existence +message: "'%s' doesn't need a hyphen." +link: 'https://developers.google.com/style/hyphens' +level: error +ignorecase: false +nonword: true +tokens: + - '\s[^\s-]+ly-' |