mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
10 lines
163 B
YAML
10 lines
163 B
YAML
|
extends: existence
|
||
|
message: "Don't use punctuation at the end of a heading."
|
||
|
nonword: true
|
||
|
level: error
|
||
|
scope: heading
|
||
|
action:
|
||
|
name: remove
|
||
|
tokens:
|
||
|
- '[.?!]$'
|