mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 17:04:22 -05:00
14 lines
278 B
YAML
14 lines
278 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:
|
|
- remove
|
|
- ' '
|
|
tokens:
|
|
- '[—–]\s|\s[—–]'
|