mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
be7cc0932a
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
7 lines
228 B
YAML
7 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'
|