/ .github / styles / Microsoft / SentenceLength.yml
SentenceLength.yml
1  extends: occurrence
2  message: "Try to keep sentences short (< 30 words)."
3  scope: sentence
4  level: suggestion
5  max: 30
6  token: \b(\w+)\b
7