speice.io/.styles/Microsoft/Hyphens.yml

15 lines
286 B
YAML
Raw Normal View History

2024-09-30 21:01:59 -04:00
extends: existence
message: "'%s' doesn't need a hyphen."
link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/hyphens
level: warning
ignorecase: false
nonword: true
action:
name: edit
params:
- regex
- "-"
- " "
tokens:
- '\b[^\s-]+ly-\w+\b'