[vale] Add some vale styles and an ini file
This commit is contained in:
7
vale/.vale-styles/Google/Quotes.yml
Normal file
7
vale/.vale-styles/Google/Quotes.yml
Normal file
@ -0,0 +1,7 @@
|
||||
extends: existence
|
||||
message: "Commas and periods go inside quotation marks."
|
||||
link: 'https://developers.google.com/style/quotation-marks'
|
||||
level: error
|
||||
nonword: true
|
||||
tokens:
|
||||
- '"[^"]+"[.,?]'
|
||||
Reference in New Issue
Block a user