mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-28 23:03:41 +03:00
7 lines
143 B
YAML
7 lines
143 B
YAML
|
extends: existence
|
||
|
message: "'%s' should have one space."
|
||
|
level: warning
|
||
|
nonword: true
|
||
|
tokens:
|
||
|
- '[a-z][.?!] {2,}[A-Z]'
|
||
|
- '[a-z][.?!][A-Z]'
|