mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
15 lines
286 B
YAML
15 lines
286 B
YAML
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'
|