mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-15 18:12:02 +01:00
9 lines
193 B
YAML
9 lines
193 B
YAML
extends: existence
|
|
message: "'%s' should have one space."
|
|
link: 'https://developers.google.com/style/sentence-spacing'
|
|
level: error
|
|
nonword: true
|
|
tokens:
|
|
- '[.?!] {2,}[A-Z]'
|
|
- '[.?!][A-Z]'
|