2019-12-09 18:42:14 +00:00
|
|
|
---
|
|
|
|
extends: existence
|
|
|
|
message: "'%s' should have one space."
|
2020-10-17 21:47:58 +01:00
|
|
|
link: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#typographical-conventions"
|
2019-12-09 18:42:14 +00:00
|
|
|
level: error
|
|
|
|
nonword: true
|
|
|
|
tokens:
|
2020-10-17 21:47:58 +01:00
|
|
|
- "[a-z][.?!][A-Z]"
|
|
|
|
- "[.?!] {2,}[A-Z]"
|