/ .github / styles / Microsoft / Ranges.yml
Ranges.yml
1  extends: existence
2  message: "In most cases, use 'from' or 'through' to describe a range of numbers."
3  link: 'https://docs.microsoft.com/en-us/style-guide/numbers'
4  nonword: true
5  level: warning
6  tokens:
7    - '\b\d+\s?[-–]\s?\d+\b'