[vale] Add some vale styles and an ini file
This commit is contained in:
8
vale/.vale-styles/Google/Semicolons.yml
Normal file
8
vale/.vale-styles/Google/Semicolons.yml
Normal file
@ -0,0 +1,8 @@
|
||||
extends: existence
|
||||
message: "Use semicolons judiciously."
|
||||
link: 'https://developers.google.com/style/semicolons'
|
||||
nonword: true
|
||||
scope: sentence
|
||||
level: suggestion
|
||||
tokens:
|
||||
- ';'
|
||||
Reference in New Issue
Block a user