mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 02:22:04 +01:00
9 lines
249 B
YAML
9 lines
249 B
YAML
extends: existence
|
|
message: "Don't put a period at the end of a heading."
|
|
link: 'https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings'
|
|
nonword: true
|
|
level: warning
|
|
scope: heading
|
|
tokens:
|
|
- '[a-z0-9][.](?:\s|$)'
|