Fix readme and update vale styles folder.
This commit is contained in:
parent
198866093e
commit
f2d9b30662
45 changed files with 5 additions and 6 deletions
9
vale/Google/AMPM.yml
Executable file
9
vale/Google/AMPM.yml
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
extends: existence
|
||||
message: "Use 'AM' or 'PM' (preceded by a space)."
|
||||
link: "https://developers.google.com/style/word-list"
|
||||
level: error
|
||||
nonword: true
|
||||
tokens:
|
||||
- '\d{1,2}[AP]M\b'
|
||||
- '\d{1,2} ?[ap]m\b'
|
||||
- '\d{1,2} ?[aApP]\.[mM]\.'
|
||||
Loading…
Add table
Add a link
Reference in a new issue