mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
14 lines
258 B
YAML
14 lines
258 B
YAML
extends: existence
|
||
message: "Use an en dash in a range of numbers."
|
||
link: https://docs.microsoft.com/en-us/style-guide/numbers
|
||
nonword: true
|
||
level: error
|
||
action:
|
||
name: edit
|
||
params:
|
||
- replace
|
||
- '-'
|
||
- '–'
|
||
tokens:
|
||
- '\b\s+\d+\s?[-]\s?\d+\b'
|