Reset author

This commit is contained in:
g* 2025-06-12 09:39:35 +02:00
commit 2fcf9bfdda
108 changed files with 3642 additions and 0 deletions

View file

@ -0,0 +1,13 @@
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*$'