[vale] Add some vale styles and an ini file
This commit is contained in:
7
vale/.vale-styles/Google/Exclamation.yml
Normal file
7
vale/.vale-styles/Google/Exclamation.yml
Normal file
@ -0,0 +1,7 @@
|
||||
extends: existence
|
||||
message: "Don't use exclamation points in text."
|
||||
link: 'https://developers.google.com/style/exclamation-points'
|
||||
nonword: true
|
||||
level: error
|
||||
tokens:
|
||||
- '\w!(?:\s|$)'
|
||||
Reference in New Issue
Block a user