/ .github / styles / Microsoft / Negative.yml
Negative.yml
 1  extends: existence
 2  message: "Form a negative number with an en dash, not a hyphen."
 3  link: https://docs.microsoft.com/en-us/style-guide/numbers
 4  nonword: true
 5  level: error
 6  action:
 7    name: edit
 8    params:
 9      - replace
10      - '-'
11      - '–'
12  tokens:
13    - '\s-\d+\s'