Fix readme and update vale styles folder.
This commit is contained in:
parent
198866093e
commit
f2d9b30662
45 changed files with 5 additions and 6 deletions
8
vale/Google/Colons.yml
Executable file
8
vale/Google/Colons.yml
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
extends: existence
|
||||
message: "'%s' should be in lowercase."
|
||||
link: 'https://developers.google.com/style/colons'
|
||||
nonword: true
|
||||
level: warning
|
||||
scope: sentence
|
||||
tokens:
|
||||
- '(?<!:[^ ]+?):\s[A-Z]'
|
||||
Loading…
Add table
Add a link
Reference in a new issue