[vale] Add some vale styles and an ini file
This commit is contained in:
7
vale/.vale-styles/Google/Colons.yml
Normal file
7
vale/.vale-styles/Google/Colons.yml
Normal file
@ -0,0 +1,7 @@
|
||||
extends: existence
|
||||
message: "'%s' should be in lowercase."
|
||||
link: 'https://developers.google.com/style/colons'
|
||||
nonword: true
|
||||
level: warning
|
||||
tokens:
|
||||
- ':\s[A-Z]'
|
||||
Reference in New Issue
Block a user