Fix readme and update vale styles folder.

This commit is contained in:
g_it 2026-02-11 13:50:04 +01:00
commit f2d9b30662
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
45 changed files with 5 additions and 6 deletions

View file

@ -1,13 +0,0 @@
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
action:
name: edit
params:
- trim_right
- "."
tokens:
- '[a-z0-9][.]\s*$'