mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-05 15:25:25 +00:00
12 lines
273 B
YAML
12 lines
273 B
YAML
---
|
|
extends: substitution
|
|
level: warning
|
|
link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/headingpunctuation/
|
|
message: "Do not use end punctuation in headings."
|
|
nonword: true
|
|
scope: heading
|
|
action:
|
|
name: replace
|
|
swap:
|
|
'[.?!]$': ''
|