summaryrefslogtreecommitdiff
path: root/public/vale/.vale-styles/Google/EnDash.yml
blob: b314dc4e98ab65da142ec07681c36f9c126c9e04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
extends: existence
message: "Use an em dash ('—') instead of '–'."
link: 'https://developers.google.com/style/dashes'
nonword: true
level: error
action:
  name: edit
  params:
    - replace
    - '-'
    - '—'
tokens:
  - '–'