mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
9 lines
213 B
YAML
9 lines
213 B
YAML
|
extends: existence
|
||
|
message: "'%s' should have one space."
|
||
|
link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods
|
||
|
level: error
|
||
|
nonword: true
|
||
|
tokens:
|
||
|
- '[a-z][.?!] {2,}[A-Z]'
|
||
|
- '[a-z][.?!][A-Z]'
|