constellation/docs/styles/Microsoft/RangeTime.yml

14 lines
274 B
YAML
Raw Normal View History

2022-09-02 05:52:42 -04:00
extends: existence
message: "Use 'to' instead of a dash in '%s'."
link: https://docs.microsoft.com/en-us/style-guide/numbers
nonword: true
level: error
action:
name: edit
params:
- replace
- '[-]'
- 'to'
tokens:
- '\b(?:AM|PM)\s?[-]\s?.+(?:AM|PM)\b'