summaryrefslogtreecommitdiff
path: root/public/vale/.vale-styles/Google/LyHyphens.yml
blob: ac8f557a4af750b57399b936c72339f430d8d7bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
extends: existence
message: "'%s' doesn't need a hyphen."
link: 'https://developers.google.com/style/hyphens'
level: error
ignorecase: false
nonword: true
action:
  name: edit
  params:
    - replace
    - '-'
    - ' '
tokens:
  - '\s[^\s-]+ly-'