mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
15 lines
283 B
YAML
15 lines
283 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:
|
|
- replace
|
|
- '-'
|
|
- ' '
|
|
tokens:
|
|
- '\s[^\s-]+ly-'
|