10 lines
249 B
YAML
Raw Normal View History

---
extends: existence
message: "'%s' should have one space."
link: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#typographical-conventions"
level: error
nonword: true
tokens:
- "[a-z][.?!][A-Z]"
- "[.?!] {2,}[A-Z]"