[vale] Add some vale styles and an ini file

This commit is contained in:
2020-09-16 23:32:52 -04:00
parent 61569bb28a
commit 3a78790348
123 changed files with 5243 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:
- remove
- '.'
tokens:
- '[a-z0-9][.](?:\s|$)'