mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
8 lines
131 B
YAML
8 lines
131 B
YAML
message: Try to keep sentences short (< 30 words).
|
|
extends: occurrence
|
|
scope: sentence
|
|
level: suggestion
|
|
max: 30
|
|
token: \b(\w+)\b
|
|
|