mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
9 lines
218 B
YAML
9 lines
218 B
YAML
extends: existence
|
|
message: "'%s' doesn't need a hyphen."
|
|
link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/hyphens
|
|
level: warning
|
|
ignorecase: false
|
|
nonword: true
|
|
tokens:
|
|
- '\s[^\s-]+ly-'
|