mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
8 lines
228 B
YAML
8 lines
228 B
YAML
|
extends: existence
|
|||
|
message: "In most cases, use 'from' or 'through' to describe a range of numbers."
|
|||
|
link: 'https://docs.microsoft.com/en-us/style-guide/numbers'
|
|||
|
nonword: true
|
|||
|
level: warning
|
|||
|
tokens:
|
|||
|
- '\b\d+\s?[-–]\s?\d+\b'
|