[vale] Add some vale styles and an ini file
This commit is contained in:
7
vale/.vale-styles/Microsoft/Quotes.yml
Normal file
7
vale/.vale-styles/Microsoft/Quotes.yml
Normal file
@ -0,0 +1,7 @@
|
||||
extends: existence
|
||||
message: 'Punctuation should be inside the quotes.'
|
||||
link: https://docs.microsoft.com/en-us/style-guide/punctuation/quotation-marks
|
||||
level: error
|
||||
nonword: true
|
||||
tokens:
|
||||
- '["“][^"”“]+["”][.,]'
|
||||
Reference in New Issue
Block a user