mirror of
https://github.com/github/codeql.git
synced 2026-01-06 11:10:23 +01:00
9 lines
215 B
YAML
9 lines
215 B
YAML
extends: existence
|
|
message: "Remove the spaces around '%s'."
|
|
link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/emes
|
|
ignorecase: true
|
|
nonword: true
|
|
level: error
|
|
tokens:
|
|
- '\s[—–]\s'
|