mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
14 lines
289 B
YAML
14 lines
289 B
YAML
|
extends: existence
|
||
|
message: "Remove the spaces around '%s'."
|
||
|
link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/emes
|
||
|
ignorecase: true
|
||
|
nonword: true
|
||
|
level: error
|
||
|
action:
|
||
|
name: edit
|
||
|
params:
|
||
|
- trim
|
||
|
- " "
|
||
|
tokens:
|
||
|
- '\s[—–]\s|\s[—–]|[—–]\s'
|