mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
8 lines
191 B
YAML
8 lines
191 B
YAML
extends: existence
|
|
message: Form a negative number with an en dash, not a hyphen.
|
|
link: https://docs.microsoft.com/en-us/style-guide/numbers
|
|
nonword: true
|
|
level: error
|
|
tokens:
|
|
- '\s-\d+\s'
|