mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
8 lines
201 B
YAML
8 lines
201 B
YAML
extends: existence
|
||
message: Use 'to' instead of a dash in '%s'.
|
||
link: https://docs.microsoft.com/en-us/style-guide/numbers
|
||
nonword: true
|
||
level: error
|
||
tokens:
|
||
- '\b(?:AM|PM)\s?[-–]\s?.+(?:AM|PM)\b'
|