mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
14 lines
273 B
YAML
14 lines
273 B
YAML
extends: existence
|
||
message: "Form a negative number with an en dash, not a hyphen."
|
||
link: https://docs.microsoft.com/en-us/style-guide/numbers
|
||
nonword: true
|
||
level: error
|
||
action:
|
||
name: edit
|
||
params:
|
||
- regex
|
||
- "-"
|
||
- "–"
|
||
tokens:
|
||
- '(?<=\s)-\d+(?:\.\d+)?\b'
|